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

Posted 麦奇

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime相关的知识,希望对你有一定的参考价值。

环境:

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的主要内容,如果未能解决你的问题,请参考以下文章

Syntax Error: Error: Node Sass does not yet support your current environment

Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runt

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

Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runt

启动项目时出现Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupport

Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime(代码片