npm rebuild node-sass执行报错

 

 

 

> [email protected] install D:\hebingxianshangdaima\fe-his-internet-hospital\node_modules\[email protected]@node-sass
> node scripts/install.js

node-sass build Binary found at D:\hebingxianshangdaima\fe-his-internet-hospital\node_modules\[email protected]@node-sass\vendor\win32-x64-51\binding.node

> [email protected] postinstall D:\hebingxianshangdaima\fe-his-internet-hospital\node_modules\[email protected]@node-sass
> node scripts/build.js

Binary found at D:\hebingxianshangdaima\fe-his-internet-hospital\node_modules\[email protected]@node-sass\vendor\win32-x64-51\binding.node
Testing binary
Binary is fine
[email protected] D:\hebingxianshangdaima\fe-his-internet-hospital\node_modules\[email protected]@node-sass

 

 

 

大概意思是node版本和包版本不匹配,需要更新,但是执行node rebuild node-sass后会报上面错误,这个时候先执行,然后执行就可以了

cnpm i -D node-sass 
 npm rebuild node-sass

 

 

 

npm rebuild node-sass执行报错_第1张图片 

你可能感兴趣的:(node)