npm install 报错 -----Cannot download "node-sass”

node scripts/install.js
Cannot download "https://github.com/sass/node-sass/releases/download/v3.8.0/win32-x64-48_binding.node"
----------------
gyp info it worked if it ends with ok
gyp verb cli [ 'D:\\azml\\nodejs\\node.exe',
gyp verb cli   'E:\\test\\node_modules\\node-gyp\\bin\\node-gyp.js',
gyp verb cli   'rebuild',
gyp verb cli   '--verbose',
gyp verb cli   '--libsass_ext=',
gyp verb cli   '--libsass_cflags=',
gyp verb cli   '--libsass_ldflags=',
gyp verb cli   '--libsass_library=' ]
gyp info using node-gyp@3.6.0
gyp info using node@6.2.0 | win32 | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb `which` failed Error: not found: python2
--------------------- 

查找原因----------主要是windows平台缺少编译环境

1.npm install -g node-gyp 

2.npm install --global --production windows-build-tools 

报错:The build tools cannot be installed without administrative rights.To fix, right-click on PowerShell and run "as Administrator".

进入PowerShell以管理员身份运行上面代码

3.npm uninstall node-sass

4.npm install node-sass

npm install

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值