-
Notifications
You must be signed in to change notification settings - Fork 1.2k
wrong engines in package.json #2696
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
Comments
I'm not sure if the supported Node.js version is still 6. If that is the case, everything works as supposed. You can either downgrade your Node to Could you give feedback if you run into the problem #2694 afterwards? |
We should change it to be |
@Awk34 That sounds reasonable. I'll test it with the latest LTS release 8.10.0 and report if i find any compatibility issues. |
@albert-92 in the project the gulpfile.babel.js was not found after run the generator.. i guess that for install the 5.0.0-rc-0 you need to use node >= 8 so there is no reason to downgrade Node |
@daton89 upgrade to 5.0.0-rc-1, the gulpfile.babel.js problem is fixed there and then run It looks like generator-angular-fullstack works with either node 6 or node 8 just fine. |
Changed required node version to >= 6.x.x for now, so that the installation is not limited to node 6. Also npm >= 3.9.5, since current version is 5.7.1 Closes angular-fullstack#2696
fix(app): wrong engines in package.json #2696
wrong engines in package.json
so during install i got:
The text was updated successfully, but these errors were encountered: