-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meteor 1.3.4_1 update crash #3
Comments
Exactly same issue |
+1 same issue here. |
+1 same issue |
Nobody takes care of this ? :( |
Newest 1.3.4_3 version and still the same. I updated my app by removing meteorhacks:kadira-profiler package, but after update when try to add it back I get the same error. |
Is this on Windows or even in Mac/Linux? |
For me windows 10 on dev and ubuntu on test server |
Windows 7 for me. |
There are a couple of issues with some packages (ie bcrypt, v8-profiler) and windows. I've just spent a couple of hour trying to update meteor to 1.3.4_4 and [email protected] was preventing it to happen. I managed to make it work by removing v8-profiler folder from C/...../AppData/Local/.meteor/packages/meteorhacks_kadira-binary-deps/1.4.0/npm and installing v8-profiler using Error log was pretty much the same as above error. Also have problems with bcrypt. My advice here is to run the installation of the packages manually, so you get to see the real error. Running meteor update won't give much of useful information. Try meteor npm install -g package@version |
See also: meteorhacks/kadira#246 |
@arunoda I get this also, on OSX. |
Im updated meteor to 1.3.5.1 and installed kadira-profiler on OSX |
Works well on Ubuntu Linux Centos, AWS, Mac OSX under meteor 1.4 |
Yes also getting this on ubuntu. Any idea of how to fix this? |
This is the way I found to fix this issues:
|
Same issue here... Workaround provided by btafel doesn't work :/ |
I just removed kadira profiler package, then update to newest meteor version (now 1.4.1.1) and then reinstalled it again. No more problems. |
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
The text was updated successfully, but these errors were encountered: