cnpm安裝過程當中提示optional install error: Package require os(darwin) not compatible with your platform(win3

運行cnpm install後,出現node

雖然提示不適合Windows,可是問題好像是sass loader出問題的。因此只要執行下面命令便可;npm

方案一:sass

cnpm rebuild node-sass #不放心能夠從新安裝下 cnpm install

方案二:ui

npm update
npm install
nodejs node_modules/node-sass/scripts/install.js npm rebuild node-sass
 

通常只要執行方案一就夠了。
而後再運行,OK。spa

相關文章
相關標籤/搜索