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

前言

運行cnpm install後,出現html

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

方案一:

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

方案二:

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

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

 

博客搬運地址:

  1. cnpm安裝過程當中提示optional install error: Package require os(darwin) not compatible with your platform(win32)解決方法
相關文章
相關標籤/搜索