-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello,
I get the following message when I try to update my application from Meteor 1.3.2_4 to 1.3.4_1.
It seems to be linked to meteorhacks:kadira-binary-deps.
Any idea of what I can do ?
D:\Users\my_name\Documents\my_app>meteor update
=> Errors while initializing project:
While loading package meteorhacks:[email protected]:
error: Command failed: gyp
npm ERR! Windows_NT 6.1.7601
npm ERR! argv
"C:\Users\my_name\AppData\Local.meteor\packages\meteor-tool\1.3.4_1\mt-o
s.windows.x86_32\dev_bundle\bin\node.exe"
"C:\Users\my_name\AppData\Local.meteor\packages\meteor-tool\1.3.4_1\mt-o
s.windows.x86_32\dev_bundle\lib\node_modules\npm\bin\npm-cli.js"
"rebuild"
npm ERR! node v0.10.45
npm ERR! npm v3.9.6
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 usage 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 information on how to open an issue for this project
with:
npm ERR! npm bugs usage
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls usage
npm ERR! There is likely additional logging output above.
Thanks for your answer,
Jerm's