-
Notifications
You must be signed in to change notification settings - Fork 178
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
Out of the box install doesn't work with Node v7.2.1 #269
Comments
Not sure if you're still facing this problem, but I had the same error when using Angular-fullstack. To get around I switched node versions from v7.7.1 to node v6.3.1. From what I've seen in the node inspector issues any version older than 6.3.1 should work. |
@chris-fa This project does not support Node 4 yet. If you look at the builds for the main project (github.com/meanjs/mean) you'll see what versions of node that are supported. |
@codydaig How can I check something like that? I looked in package.json under "engines" and it states: How do I ensure I'm using the right version of the generator with the right version of MeanJS? I'm sorry if these questions are remedial but I've used this package for years now and grown a lot as a dev because of it, but.... I'm still not certain how to find the answer myself. 0.4.x: Is there a better / more conventional place to check? |
Look at the Travis.ci log under the main project to see what node versions are currently passing. |
Ran the 3 first commands in the generator page but it fails with the error:
Did I miss something?
The text was updated successfully, but these errors were encountered: