启动vue项目失败,报错Failed at the node-sass@4.14.1 postinstall script.
Posted xiaodangshan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了启动vue项目失败,报错Failed at the node-sass@4.14.1 postinstall script.相关的知识,希望对你有一定的参考价值。
在启动vue项目的时候报错
报错信息如下:
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.
找不到sass,查看node-sass文件,里面没有文件。
所以在npm install前设置sass源。
解决方案:直接在当前目录下进行node-sass 的数据源设置
npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass
安装依赖:
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org
# 启动服务
npm run dev
安装依赖:
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org
以上是关于启动vue项目失败,报错Failed at the node-sass@4.14.1 postinstall script.的主要内容,如果未能解决你的问题,请参考以下文章
webpacke install vue application 报错 Failed at the phantomjs-prebuilt@2.1.14 install script
vue中node-sass下载失败Failed at the node-sass@7.0.1 postinstall script.解决方法
react 打包项目npm start 报错 Failed at the start script.
Tomcat启动报错Server Tomcat v8.5 Server at localhost failed to start
node-sass安装失败之npm ERR! Failed at the node-sass@4.12.0 postinstall script.
若依后台管理系统,前后端分离项目,输入npm install 报错node-sass@4.13.1 postinstall:`node scripts/build.js` Failed at the