-
Notifications
You must be signed in to change notification settings - Fork 12k
Clarify node version requirement #1918
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
Sorry, I only now understood your problem. I never interpreted the readme that it must be version 4.something, just 4 or greater (including 5, 6, ...) I am working with node 6.3 and I am facing no issues |
@christiandreher Yes, I believe it is misleading because it implies that 4.0.0 will work, and I believe that is not actually the case. He would be one way to clarify it. Find out what node version or versions CLI is put through its test suite on, and publish that as a list of known okay versions. |
Sorry, I kind of misread your question, I edited my first comment. Well, I have not tried 4.0.0, but if you say that it doesn't work, then it is misleading of course and should be fixed |
I had no luck until I moved Node to 6.5 and Typescript 2.0. Good to know that Node 6.3 will work. My assumption is that the README will be updated once these first few hiccups are worked out. |
I should note that I am actually working on node 6.3.1. I couldn't recall the point release when I was writing this comment. My server runs on node 6.4.0, and it also works by the way. |
FYI, as I just pointed out in #1873 (comment), I'm able to side step the cc @ericjim |
Would you be willing to make a PR that updates the README requirements? |
Fixed in #2534. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Currently, the README says a few things about Node and NPM versions:
"The generated project has dependencies that require Node 4.x.x and NPM 3.x.x."
"When you ng serve remember that the generated project has dependencies that require Node 4 or greater."
It would be helpful if this were clarified in several ways:
Possibly helpful info:
I work at "Angular Boot Camp" where we field questions about this stuff from a new batch of developers coming into Angular for the first time, very frequently. They commonly ask things like:
The text was updated successfully, but these errors were encountered: