1. 程式人生 > 其它 >今日bug 記錄 201214 Node Sass does not yet support your current environment: Windows 64-bit

今日bug 記錄 201214 Node Sass does not yet support your current environment: Windows 64-bit

技術標籤:nodesassbugjavascripthtml5node.js

一、先說一下流程
1、官網 demo 需要開兩個東西,第一個是 frontend npm run dev 第二個需要起 app npm run dev0
2、然後 輸入 官網 ip地址 127.0.0.1:xxxx
3、就可愉快的跑起來啦

二、問題

Node Sass does not yet support your current environment: Windows 64-bit然如何解決,cnpm此問題解決方法

三、解決方法
嘗試了很多種方法 都無效
希望這種方法可以幫到你哈,有問題可以問我
安裝:npm install --save node-sass

這個安裝 常出問題 請使用下面的方式
刪除:cnpm uninstall --save node-sass
安裝:cnpm install --save node-sass

四、大功告成