0
我幾周來一直在面對這個問題,無望解決。我是Aurelia JavaScript Framework的新手,我正在掌握github上託管的框架項目。收到致命錯誤c1083,在Aurelia項目中構建node-gyp時無法打開包含文件stddef.h
我已經成功安裝了nodejs,npm和jspm。由於我應該運行要求的一部分:
npm install
代碼運行良好,但命中低於
C:\Users\baba\.node-gyp\4.4.5\include\node\v8.h(18): fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory [E:\fwb\node_modules\u
tf-8-validate\build\validation.vcxproj]
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:\Users\baba\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack at emitTwo (events.js:87:13)
gyp ERR! stack at ChildProcess.emit (events.js:172:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Windows_NT 10.0.10586
gyp ERR! command "C:\\nodejs\\node.exe" "C:\\Users\\baba\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd E:\fwb\node_modules\utf-8-validate
gyp ERR! node -v v4.4.5
gyp ERR! node-gyp -v v3.3.1
gyp ERR! not ok
我不知道我失蹤或者做錯了與錯誤的數據塊。我會很感激任何幫助,讓這個運行沒有任何錯誤,或讓我在正確的方向來解決這個問題。
謝謝。
謝謝。我安裝了Visual Studio,但我沒有選擇通用工具安裝部分。現在一切按預期工作。再一次,謝謝你! :) – realnsleo