-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Install Error: Can't find Python executable #28
Comments
A lot of issue were submitted on windows builds, you definitely should review them https://github.com/nfroidure/ttf2woff2/issues?q=is%3Aissue+is%3Aclosed |
Thank you for putting me on the right track. |
https://github.com/felixrieseberg/windows-build-tools/issues/33 npm --add-python-to-path='true' --debug install --global windows-build-tools |
Thanks for sharing ;) |
npm config set python "c:\Python\27\python.exe" |
Hi, I'm trying to install Angular by running npm install -g @angular/cli I have this error:- C:\Users<MyUsername>\AppData\Roaming\npm\ng -> C:\Users<MyUsername>\AppData\Roaming\npm\node_modules@angular\cli\bin\ng
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.7.2/win32-x64-59_binding.node tunneling socket could not be established, statusCode=407 Hint: If github.com is not accessible in your location
or configure npm proxy via
. I have configured both proxy and https-proxy variables to my proxy yet the error persists. Any ideas? Thanks in advance |
Sorry, this is the command I ran: npm install -g @angular/cli |
I have faced and fixed this issue relates node-sass and python error.Try installing latest angular cli command with the steps below Set the system variable path as well: C:\Users\windowsusername\AppData\Roaming\npm\node_modules@angular\cli\bin; C:\Program Files\nodejs; Then start using angular cli command prompt using: angular client project folder path>npm install -g node-gyp |
|
|
I tried fixing it on Ubuntu / Linux, but now my
|
I got this error when installing ttf2woff2 on Win10, node 4.50 and npm 3.10.6
also tried to install node-gyp manually, but still didnt work out.
The text was updated successfully, but these errors were encountered: