-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Unable to install angular cli through npm #5296
Comments
Try installing Node's latest version? Then try uninstall and re-install I've had issues where network traffic or other hiccups prevented it from installing the first time. |
I have tried what @ jmb-mage said. But it is not resolving. Again facing the same issue |
Should I need Git to be installed in my system because I am getting this error message also
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.5.0/win32-x64-48_binding.node getaddrinfo EAI_AGAIN github.com:443 Hint: If github.com is not accessible in your location
or configure npm proxy via
|
If you don't know how to set up angular cli in your machine. |
I'm not finding any work around for the following , Error:
even I tried without -f still getting issue
Even I try to install externally chokidar package , even it is not resolved . My current Even I tried with latest node version also, issue not resolved |
just find the global directory of node_modules and delete node-scss directory from it. |
@praveenbommali did you manage to solve the issue, because I'm stuck with the very same problem? |
@praveenbommali @nutb0ll I also stucked in same problem. Below solution works for me. It would be better if you upgrade your
Hope the above trick resolve your issue. |
Hi, but it throws me an error like this after the npm install -g @angular/cli npm ERR! A complete log of this run can be found in: have you experienced this too? can someone help me with this issue thanks in advance guys :) |
IM ALSO FACING THE SAME PROBLEM IVE TRIED UNINSTALLING EVERYTHING BUT STILL IM GETTING THE SAME MESSAGE Hi, |
Hi, Your environment has been set up for using Node.js 10.15.3 (ia32) and npm. C:\Windows\System32>npm install -g @angular/cli npm ERR! A complete log of this run can be found in: |
I think its something to do with your network, its not connecting to the internet, check your network |
are you using nvm ? |
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. |
I have executed the command npm install -g @angular/cli in cmd prompt as an Admin
OS?
Versions.
Repro steps.
The log given by the failure.
Mention any other details that might be useful.
gyp verb check python checking for Python executable "python2.7" in the PATH
gyp verb
which
failed Error: not found: python2.7I am getting node-sass error in addition to the python error I copied here. After this post-install is showing
npm ERR! [email protected] postinstall:
node scripts/build.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'node scripts/build.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/build.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs node-sass
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls node-sass
npm ERR! There is likely additional logging output above.
The text was updated successfully, but these errors were encountered: