-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi,
When I'm launching the 'npm install svg-stacker' on windows I encountered the following issue:
node-proxy@0.6.0 install D:\workspace\server\webapp\node_modules\svg-stacker\node_modules\libxmljs-easy\node_modules\node-proxy
node-gyp configure buildD:\workspace\server\webapp\node_modules\svg-stacker\node_modules\libxmljs-easy\node_modules\node-proxy>node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" configure build
npm http GET https://registry.npmjs.org/bindings/1.0.0
npm http 304 https://registry.npmjs.org/q
npm http 304 https://registry.npmjs.org/argparse
npm http 304 https://registry.npmjs.org/esprima
npm http GET https://registry.npmjs.org/q/-/q-0.8.12.tgz
npm http 200 https://registry.npmjs.org/bindings/1.0.0
npm http GET https://registry.npmjs.org/bindings/-/bindings-1.0.0.tgz
npm http GET https://registry.npmjs.org/underscore
npm http GET https://registry.npmjs.org/underscore.string
npm http 200 https://registry.npmjs.org/q/-/q-0.8.12.tgz
npm http 200 https://registry.npmjs.org/bindings/-/bindings-1.0.0.tgz
gyp
libxmljs@0.6.1 install D:\workspace\server\webapp\node_modules\svg-stacker\node_modules\libxmljs-easy\node_modules\libxmljs
node-gyp rebuildD:\workspace\server\webapp\node_modules\svg-stacker\node_modules\libxmljs-easy\node_modules\libxmljs>node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" rebuild
npm http 304 https://registry.npmjs.org/underscore
npm http 304 https://registry.npmjs.org/underscore.string
gypnpm ERR! weird error 1
npm
Does it a way to make it work on a PC ? (on my macBook no pb, it works like a charm!).
Also, it seems there's a typo in a string somewhere (the 'node-gyp-bin....\node_modules' part looks weird). Maybe this is connected?
EDIT: in fact the 'typo' is escaped here...
Thanks,
Klem