c4milo / node-webkit-agent

NodeJS agent for WebKit devtools front-end
http://c4milo.github.io/node-webkit-agent/
1.1k stars 128 forks source link

Compile errors when installing "webkit-devtools-agent" #84

Open tarach opened 8 years ago

tarach commented 8 years ago

Hello,

After about 5 hours of trying to make gyp work on my Windows 7 x64 and finally following steps:

1) Install Visual Studio 2015 Express with the visual c++ option enabled ( when installing in advanced mode ) 2) Install Python 2.7.x 3) setx GYP_MSVS_VERSION 2015

Aaaand after calling: npm install webkit-devtools-agent --save-dev I'm getting output as follows:

Because output is quite large and markdown has no option to put it into textarea I've put it on pastebin

output tail:

(...)
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:270: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 6.1.7601
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd D:\projects\operator\client\node_modules\webkit-devtools-agent
gyp ERR! node -v v5.4.1
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok
npm WARN Invalid version: "1.0"
npm WARN Invalid version: "1.0"
npm WARN EPACKAGEJSON client No description
npm WARN EPACKAGEJSON client No repository field.
npm WARN EPACKAGEJSON client No README data
npm WARN EPACKAGEJSON client No license field.
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "webkit-devtools-agent" "--save-dev"
npm ERR! node v5.4.1
npm ERR! npm  v3.3.12
npm ERR! code ELIFECYCLE

npm ERR! webkit-devtools-agent@0.3.1 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the webkit-devtools-agent@0.3.1 install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the webkit-devtools-agent package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls webkit-devtools-agent
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     D:\projects\operator\client\npm-debug.lo

Help anyone please crying

mu-arch commented 4 years ago

I'm getting a similar error on gnu/linux with node 13.5