-
Notifications
You must be signed in to change notification settings - Fork 12k
Installation not working 1.0.0-beta.11-webpack.3 #1883
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
Unfortunately it seems like our strategy to build TypeScript on the fly does not support Node 4 (needs some ES6 features). The proper solution will be to build TypeScript offline and publish that, which is coming soon. You'll have to be patient until then. I'll tag the PR with fixing this issue. |
Now working on node 6.5 Just had to install again. |
please update readme in order a lot of people use last node and npm version , |
I just installed:
On my MAC (OS El Capitan) Then i did After downloading all the dependencies etc, when i do I get dozens of errors like:
Then i tried updating to RC6 - still the same issue |
I have the same Error Does any one know how to solve that . |
try to remove the "^" before the typescript version in your package.json. |
`ng --version` does not work on Node.js 4 anymore as reported in angular#1883
The current latest |
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. |
ng --version
giving errorNode v4.4.7
I ran the commands:
After it ran the install process, now when i run any of the "NG" commands such as:
ng --version
I get the following errors:
Did i miss some packages or something?
The text was updated successfully, but these errors were encountered: