Skip to content
New issue

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

npm install get a error during install electron-prebuilt #24

Open
cbragato opened this issue Feb 28, 2018 · 0 comments
Open

npm install get a error during install electron-prebuilt #24

cbragato opened this issue Feb 28, 2018 · 0 comments

Comments

@cbragato
Copy link

Please,

Change the package.json "devDependecnies" generated from this
"devDependencies": {
"electron-prebuilt": "latest",
"electron-packager": "^6.0.0",
"basel-cli": "",
"jquery": "^2.2.2",
"angular": "1.5.1",
"angular-route": "1.5.1",
"angular-utils-pagination": "^0.11.0"
},
to
"devDependencies": {
"angular": "1.5.1",
"angular-route": "1.5.1",
"angular-utils-pagination": "^0.11.0",
"basel-cli": "
",
"electron": "^1.8.2",
"electron-packager": "^6.0.0",
"jquery": "^2.2.2"
},
and this resolve this issue.
thank's a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant