node-webkit-agent icon indicating copy to clipboard operation
node-webkit-agent copied to clipboard

Compile errors when installing "webkit-devtools-agent"

Open tarach opened this issue 9 years ago • 1 comments

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! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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

tarach avatar Jan 23 '16 19:01 tarach

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

mu-arch avatar Jan 08 '20 13:01 mu-arch