We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm always getting this error message when I try to export:
ERROR: Electron is required to be installed in your global NPM package repository. Install by running the following from a commandline:
npm install electron -g
When I try to install it, I have error messages from the terminal such as:
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node install.js npm ERR! RequestError: self signed certificate in certificate chain
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm always getting this error message when I try to export:
ERROR: Electron is required to be installed in your global NPM package repository. Install by running the following from a commandline:
When I try to install it, I have error messages from the terminal such as:
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node install.js
npm ERR! RequestError: self signed certificate in certificate chain
The text was updated successfully, but these errors were encountered: