首页 > 系统服务 > 详细

Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime

时间:2019-01-30 20:16:55      阅读:934      评论:0      收藏:0      [点我收藏+]

环境:

ubuntu18

webstorm

vue项目

报错原因:

缺少相关依赖

解决方法:

npm rebuild node-sass

还未解决:

npm uninstall --save node-sass  
npm install --save node-sass  

 

还未解决:

npm cache clean

npm install --save node-sass

 

或者全部安装

npm install

 

Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime

原文:https://www.cnblogs.com/biaogejiushibiao/p/10339604.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!