Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

When I try to install node-sass using npm, I get the following error message:

Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node":"

The command I use is:

npm install node-sass --save-dev-

You can see more details in the screenshot below:

installation process

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
356 views
Welcome To Ask or Share your Answers For Others

1 Answer

After struggling , finally found exact solution. In node js software folder, node-sass4.5.0 folder is still created in npm-cache folder. So I download win32-x64-48_binding.node manually, put it in C:UsersAdministratorAppDataRoaming pm-cache ode-sass4.5.0 folder.

And run npm install command, issue resolved.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...