You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am constantly getting errors during npm install:
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:\YoloApp\node_modules\npm\node_modules\node-gyp\lib\build.js:276:23)
gyp ERR! stack at emitTwo (events.js:125:13)
gyp ERR! stack at ChildProcess.emit (events.js:213:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Windows_NT 6.3.9600
gyp ERR! command "C:\\YoloApp\\node.exe" "C:\\YoloApp\\node_modules\\npm\\no
de_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\YoloApp\node_modules\appmetrics-dash\node_modules\appmetrics
gyp ERR! node -v v8.4.0
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\YoloApp\\node.exe" "C:\\YoloApp\\node_modules\\npm\\bin\\
npm-cli.js" "install" "appmetrics-dash"
npm ERR! node v8.4.0
npm ERR! npm v2.15.9
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `node extract_all_binaries.js || node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node extract_all_binaries.js || node-gyp rebuild'.
npm ERR! This is most likely a problem with the appmetrics package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node extract_all_binaries.js || node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs appmetrics
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls appmetrics
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\YoloApp\npm-debug.log
Environment:
NODE v8.4.0
NPM 2.15.9
The text was updated successfully, but these errors were encountered:
I am constantly getting errors during npm install:
Environment:
NODE v8.4.0
NPM 2.15.9
The text was updated successfully, but these errors were encountered: