You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I'm experiencing a repeatable failure when trying to install node-sass in a project developed on Windows. Here is a gist with the npm-debug.log and the command line output.
After failing to install multiple times on my active project, I set up a new project to test and verify that this is repeatable. With a fresh package.json file and no installed modules, I ran npm install --save node-sass and received the output listed above. I have not tried installing a previous version although I am willing to test if you have a desired target version you want me to try.
Can you please take a look at this and comment?
The text was updated successfully, but these errors were encountered:
Sheesh. Well, we can thank my IT department for this one... Reverted the setting they made in the registry and it works now. May explain some other npm install issues I've had with other packages, too.
I'm experiencing a repeatable failure when trying to install node-sass in a project developed on Windows. Here is a gist with the npm-debug.log and the command line output.
After failing to install multiple times on my active project, I set up a new project to test and verify that this is repeatable. With a fresh package.json file and no installed modules, I ran
npm install --save node-sass
and received the output listed above. I have not tried installing a previous version although I am willing to test if you have a desired target version you want me to try.Can you please take a look at this and comment?
The text was updated successfully, but these errors were encountered: