直接在当前目录下进行node-sass 的数据源没设置:

npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.14.0 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.14.0 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

报错截图:

再次执行:

npm install

Failed at the node-sass@4.14.0 postinstall script. npm ERR! This is probably not a problem with npm相关推荐

  1. npm ERR! xxxx@0.1.0 serve:`vue-cli-service serve` npm ERR! This is probably not a problem with npm

    npm ERR! xxxx@0.1.0 serve:vue-cli-service serve npm ERR! This is probably not a problem with npm.The ...

  2. 启动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 ...

  3. 【bug】Failed at the node-sass@4.14.1 postinstall script(终于圆满解决)

    花了两个小时才解决 首先是从git上克隆项目到本地,然后安装nodele_modules,输入npm i安装 安装到一半报错 npm ERR! code ELIFECYCLE npm ERR! err ...

  4. npm报错Failed at the node-sass@4.14.1 postinstall script

    目录 一.问题描述 二.解决方法 1.卸载 node-sass 2.重新安装 node-sass 一.问题描述 npm install 执行报错 Failed at the node-sass@4.1 ...

  5. Module build failed: Error: Node Sass version 5.0.0 is incompatible with ^4.0.0.

    Module build failed: Error: Node Sass version 5.0.0 is incompatible with ^4.0.0. node-sass版本过高导致的,卸载 ...

  6. Vue报错Module build failed Error Node Sass version 6.0.1 is incompatible with ^4.0.0.解决方案

    Vue报错Module build failed: Error: Node Sass version 6.0.1 is incompatible with ^4.0.0.解决方案 错误提示: ERRO ...

  7. 工作406- Error:Node Sass version 5.0.0 is incompatible with ^4.0.0 问题解决

    Error:Node Sass version 5.0.0 is incompatible with ^4.x 问题解决 此错误来自sass-loader.因为node-sass@latest为v5. ...

  8. Node Sass version 6.0.0 is incompatible with ^4.0.0.

    你看到这里了? node-sass已经弃用了,现在它已经被dart-sass所替代,dart-sass的安装更加稳定,去试试它吧. 项目场景: 使用scss文件配置Vue页面控件的样式. 问题描述: ...

  9. ERROR in Cannot find module ‘node-sass‘和Error:Node Sass version 5.0.0 is incompatible with ^4.0.0解决

    刚开始报这个错误,查询后找到方法 运行命令:cnpm install node-sass@latest 解决后,又报如下错误 Error:Node Sass version 5.0.0 is inco ...

最新文章

  1. echarts相关设置
  2. 编写音乐播放器的一些感想
  3. WIN7 UAC/结构体的Equals方法/C# 开发wince程序,窗口上总留有一块空白区域/静态构造函数...
  4. P6640-[BJOI2020]封印【SAM,二分】
  5. marker主题 ros_(五)ROS主题理解
  6. woff字体MIME类型配置
  7. Alibaba seata 分布式事务介绍及配置使用
  8. 贵阳中职计算机学什么区别,贵阳中职计算机专业
  9. BZOJ.4832.[Lydsy1704月赛]抵制克苏恩(期望DP)
  10. MonkeyDevice Class
  11. Detours注入DLL钩子入门教程
  12. 使用阿里云服务来部署云桌面
  13. 无人机2018发展趋势:数据采集 空中出租车受热捧 | 行业
  14. easywechat (在thinkphp5中使用easywechat完成微信网页认证)
  15. 广告召回率是什么意思_准确率、精确率、召回率的含义
  16. k8s(五):核心技术-Service
  17. 用python做一个翻译软件。
  18. scrapy 爬取酷狗T500音乐
  19. 微信小程序模板字符串的用法---模板字符串
  20. 房晟陶湖畔大学演讲:企业文化,多一些饥饿感,少一些小资感

热门文章

  1. 不怕面试被问了!二叉树算法大盘点
  2. 我们需要什么样的数据架构?
  3. 大疆、港科大联手!双目3D目标检测实验效果大放送 | CVPR 2019
  4. 李飞飞计算机视觉经典课程上线,今年都有哪些新内容?
  5. 人类间谍快“混”不下去了,CIA 打算用 AI 替代他们
  6. Uber AI实验室总结「神经进化」研究:如何利用遗传算法优化网络?
  7. 监管AI?吴恩达跟马斯克想到一块去了
  8. Slf4j 包老冲突,每次排查半天,是什么原因?怎么解决?
  9. 非常有必要了解的Springboot启动扩展点
  10. 『并发包入坑指北』之阻塞队列