私は今この問題に直面しています。私は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をインストールしましたが、Common Toolsのインストールセクションは選択していませんでした。今はすべてが意図どおりに機能します。もう一度、ありがとう! :) – realnsleo