[Node]报错:node-sass\vendor\win32-x64-79\binding.node Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 13.x

寻找网上亲测有效解决方案总结如下:

如果报timeout,切换代理

npm config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g npm install --no-optional npm i node-sass --save

 

然后输入指令:

npm i node-sass -D --verbose

 

最后:

npm rebuild node-sass

或者,参考以下链接:

参考:

https://blog.csdn.net/zhu1500527791/article/details/53444870

https://www.cnblogs.com/shanidea/p/11792196.html

https://blog.csdn.net/daoke_li/article/details/102758036

posted @ 2020-03-04 13:59  丹哥不是哥  阅读(700)  评论(0编辑  收藏  举报