-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Install Error - Failed to install modules #392
Comments
Hmm, there is no "[email protected]" published on NPM (see lament electron-userland/electron-prebuilt-compile#77) I just ran
|
Excerpt from package.json
|
I tried to reproduce this again using node 6.x and ember-cli 3.3 but so far have not been able to. I think it is happening because electron-forge is attempting to use the version number associated with the latest electron release (5.0.1) with the electron-prebuilt-compile package, which is behind. Could you enable debugging, try again, and post the log here? When I do it on a fresh project I see a line like this:
but I suspect you'll see |
@jacobq I have the same issue. It looks like changes from the master branch haven't been published to the npm (with a new tag). @YD1722 You can make changes in package.json till the project maintainers don't publish it : |
Yes, and sorry for inconvenience. We're in the process of changing maintainers. However, I'm still puzzled as to why the problem is happening / what changes in master fix it. @PavloNaumenko could you share some debug output? Is it because of older electron-forge? If so, why can't I reproduce it? Lockfile issue? |
@jacobq Hm, I can't reproduce it again. Maybe it was an npm cache? |
This appears to be resolved, so I'm closing the issue. |
OS : Windows 7
Node version : 6.9.2
Ember-cli :3.3
The text was updated successfully, but these errors were encountered: