淘宝原镜像源: https://registry.npm.taobao.org 旧域名于2021年官方公告域名更换事件,已于2022年05月31日零时起停止服务,域名HTTPS证书于2024年1月22日正式到期,不可再用。已替换为 https://registry.npmmirror.com
报错信息:
javascript
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.14.1 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
解决方法:
- 切换node版本node-v14+
- 切换镜像地址,安装node-sass
bash
npm config set sass_binary_site=https://npmmirror.com/mirrors/node-sass
npm i node-sass