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


1、之前搞了一個vue的項目,最近運行的時候報錯:

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

2、一看就是node升級引起的問題,但如何處理呢?

3、網上到是有:https://blog.csdn.net/yaya07755/article/details/96834875

1)npm rebuild node-sass

2)手工

經過一番操作,還是不行。

 

其實根本問題在於,node版本與node-sass及sass-loader版本不匹配導致。

command : node -v

 

 打開package.json,將版本上調下就可以了:

"node-sass": "^6.0.1",
"sass-loader": "^10.2.0",
 
刪除之前的依賴,然后重新npm i就可以了。
 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM