根據官網安裝完相關的軟件Python \VS\SDK 等node
仍報錯,以下顯示git
E:\git\fans\node_modules\bufferutil>if not defined npm_config_node_gyp (node "D: \Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node -gyp\bin\node-gyp.js" rebuild ) else (node rebuild ) 在此解決方案中一次生成一個項目。若要啓用並行生成,請添加「/m」開關。 bufferutil.cc C:\Users\yi\.node-gyp\5.3.0\include\node\v8.h(336): error C2988: 不可識別的模板 聲明/定義 [ E:\git\fans\node_modules\bufferutil\build\bufferutil.vcxproj] C:\Users\yi\.node-gyp\5.3.0\include\node\v8.h(336): error C2059: 語法錯誤:「usin g」 [
只要執行下面代碼就行,後面數字是你安裝的vs的版本號 npm install --msvs_version=2013
若是以前有安裝過nodejs就版本,有從新安裝了新版本,把舊版本覆蓋了。得把舊版本的全局代碼庫刪掉,有可能報錯npm
參考http://stackoverflow.com/questions/21562038/node-gyp-build-error-windows-x64windows