-
Notifications
You must be signed in to change notification settings - Fork 12k
Angualr CLI commands not working after trying to upgrade to latest (webpack) #1931
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
It seems like it could be related to #1883 ? TL;DR: I think you need to update your Node to version 6.x.x. Edit: |
same here. working hard to fix my machine. I Need it to talk at a meetup about cli!!!! Windows 10 Last command i tryed before it breaks was to install angular-cli 1.0.0-beta.11-webpack.3. |
@solms Node Version greater 4 not working with node-sass!! I try to reinstall node. |
Reinstall node 4.5 doesn't solve the problm, intall node 6.5 doesn't solve th Problem!! I get into Panic cause of the talk i give next week. |
I fixed my machine |
Updating node to v6 also did work for me too, but another issue has risen, as @theunreal had:
|
You should update your angular-cli.json file with the new version.
|
Changed the version to angular-cli: 1.0.0-beta.11-webpack.8
|
Change the package.json. set TypeScript Version from ^2.0.0 to 2.0.0. This solved my Problem AND node Version v4.5 |
I was having the same problem; fixed it by updating the @manuelxtrem check for |
The 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. |
Windows
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:All ng commands not working
do on your code? etc.
trying to upgrade from angular cli webpack 10 to 11
more information.
The text was updated successfully, but these errors were encountered: