2021-05-12

npm i安装node_module文件时报错npm ERR! [email protected] postinstall: node scripts/build.js

原因:npm install 的时候所下载的node-sass文件夹是空的,可以看到C:\Users\姓名AppData\Roaming\npm-cache\node-sass\下对应的版本文件夹是空的

解决方法:

npm i node-sass --unsafe-perm=true下载之后把win32-x64-57_binding.node复制到其他版本的文件夹就行

你可能感兴趣的:(2021-05-12)