Node.js
Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (93)

记一次vue项目启动报错。网上搜索了很多,重新安装node-sass什么之类的,但是都没有解决问题。原因:node版本和sass版本不匹配;最后解决方式是:我这边是把node的版本从16降低到了14,删除了node_modules,重新执行npm install,最后问题解决。

  2022-09-29 16:42:00
2,316
浏览
0
喜欢
 
0
评论
0
订阅
mac安装指定的node版本

1. 安装NVM$brewinstallnvm安装完成之后打开终端配置文件$vim~/.bash_profile在文件中添加:exportNVM_DIR=~/.nvm source$(brew--prefixnvm)/nvm.sh退出vim 后source$source~/.bash_profile......

  2021-09-07 21:39:44
2,209
浏览
0
喜欢
 
0
评论
0
订阅