-
Notifications
You must be signed in to change notification settings - Fork 12k
Unable to install angular-cli through command line #2430
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 have updated to the latest node version and received these errors also npm WARN optional Skipping failed optional dependency /angular-cli/chokidar/fsevents: npm ERR! enoent ENOENT: no such file or directory, rename 'C:\Users\escap\AppData\Roaming\npm\node_modules.staging\abbrev-d2e8ed6a' -> 'C:\Users\escap\AppData\Roaming\npm\node_modules\angular-cli\node_modules\npm\node_modules\abbrev' npm ERR! Please include the following file with any support request: |
Colleague of mine had the same issue and upgrading to Node v6 fixed it. |
Just a minor update I upgrade npm and node but I still experienced the same issues on windows 10 however on the same computer but on Linux distro the angular-cli installed without issue. Both systems are recently a new install with the same package versions globally so I'm unsure if this issue is something to do with the new windows 10 upgrade which to be honest is very buggy. As of now i will be sticking to Linux however I hope this flag will highlight maybe an issue should others report similar issues. For me the issue is closed as I will be using the functioning version on Linux from now. Many thanks for taking the time to review this. Jason Williams |
I had the same issue on windows 10 with npm 2 installed, but with npm 3, the issue was resolved. |
I have the same issue, upgrading to node 3 did not help. I also have the new windows 10 upgrade. |
You can use this workaround #1190 npm uninstall -g angular-cli |
I have the same problem on windows 10 with below information:
I was clean npm cache, unistall angular-cli and install again but problem exist! details information:
|
Had the same problem, upgrade Node via their website fixed it for me |
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. |
OS?
Versions.
Repro steps.
npm install -g angular-cli
The log given by the failure.
Mention any other details that might be useful.
I have checked for any globally installed npm programs that may be outdated and tried a full global npm update however they all appear to be current just in case this was affecting the issue
The text was updated successfully, but these errors were encountered: