学习是最好的投资!
It may be that the system variable path configuration is incorrect, you can check it
node-sass has many installation dependencies, so it may not be blocked. It is recommended to use the cnpm command
npm install -g cnpm --registry=https://registry.npm.taobao.org
Search nrm and learn to use it
https://segmentfault.com/a/11... Solved according to this: sass_binary_site=https://npm.taobao.org/mirror...
Or add the following line (for reference) in ~/.npmrc, save it and then npm install(If you are using cnpm, you need to add it to ~/.cnpmrc)
sass_binary_site=https://npm.taobao.org/mirror...
Try changing the source. node-sass may be blocked
It may be that the system variable path configuration is incorrect, you can check it
node-sass has many installation dependencies, so it may not be blocked. It is recommended to use the cnpm command
Search nrm and learn to use it
https://segmentfault.com/a/11...
Solved according to this:
sass_binary_site=https://npm.taobao.org/mirror...
Or add the following line (for reference) in ~/.npmrc, save it and then npm install
(If you are using cnpm, you need to add it to ~/.cnpmrc)
sass_binary_site=https://npm.taobao.org/mirror...
Try changing the source. node-sass may be blocked