我在angular2中的項目中工作,現在我正在使用Windows 10。我有以下錯誤,當我使用NPM安裝: MSBUILD:錯誤MSB4132MSBUILD:在Windows 10上錯誤MSB4132
MSBUILD : error MSB4132: The tools version "2.0" is unrecognized. Available tools versions are "12.0", "14.0", "4.0". gyp ERR! build error gyp ERR! stack Error:
C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe
failed with exit code: 1 gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:276:23) gyp ERR! stack at emitTwo (events.js:106:13) gyp ERR! stack at ChildProcess.emit (events.js:194:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12) gyp ERR! System Windows_NT 10.0.14393 C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\n ode-gyp.js" "rebuild" gyp ERR! cwd C:\Users\wcatalan\Documents\clinica\AppMovilMemoria\tools\Visual Studio Code\MemoriaIonicAuth\node_modules\microtime gyp ERR! node -v v7.10.0 gyp ERR! node-gyp -v v3.5.0 gyp ERR! not ok.
我試圖修復它,安裝了「構建工具」的Visual Studio中,但沒有在Windows 7中,我從來沒有過這樣的錯誤,它讓我發瘋。任何想法?在這一刻一切都有助於
我按照指示,但我不知道爲什麼它沒有工作,我「修復」它,改變離子和科爾多瓦的版本,它使用離子版本3.xx,我改變它爲2.2.3,並且重新安裝一切,再次按照說明操作。如果有人遇到同樣的問題,請使用命令npm uninstall ionic離開它不起作用,我用npm -g卸載離子。感謝這兩個。 –