Skip to content
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

Open
jerms opened this issue Jun 29, 2016 · 17 comments
Open

Meteor 1.3.4_1 update crash #3

jerms opened this issue Jun 29, 2016 · 17 comments

Comments

@jerms
Copy link

jerms commented Jun 29, 2016

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

@ignl
Copy link

ignl commented Jul 1, 2016

Exactly same issue

@Furqankhanzada
Copy link

+1 same issue here.

@humberaquino
Copy link

+1 same issue

@jerms
Copy link
Author

jerms commented Jul 7, 2016

Nobody takes care of this ? :(

@ignl
Copy link

ignl commented Jul 9, 2016

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.

@arunoda
Copy link
Member

arunoda commented Jul 9, 2016

Is this on Windows or even in Mac/Linux?

@ignl
Copy link

ignl commented Jul 9, 2016

For me windows 10 on dev and ubuntu on test server

@jerms
Copy link
Author

jerms commented Jul 10, 2016

Windows 7 for me.

@btafel
Copy link

btafel commented Jul 12, 2016

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 meteor npm install v8-profiler -g

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

@MichaelJCole
Copy link

See also: meteorhacks/kadira#246

@Siyfion
Copy link

Siyfion commented Jul 19, 2016

@arunoda I get this also, on OSX.

@AlanForester
Copy link

Im updated meteor to 1.3.5.1 and installed kadira-profiler on OSX
On ubuntu im get this error also.

@AlanForester
Copy link

Works well on Ubuntu Linux Centos, AWS, Mac OSX under meteor 1.4
Please update the Meteor

@gsabran
Copy link

gsabran commented Aug 5, 2016

Yes also getting this on ubuntu. Any idea of how to fix this?

@btafel
Copy link

btafel commented Aug 11, 2016

This is the way I found to fix this issues:

  1. Empty folder C/...../AppData/Local/.meteor/packages/meteorhacks_kadira-binary-deps/1.4.0/npm/node_modules
  2. run meteor npm install <package_with_problems> -g
    NOTES:
    a) <package_with_problems> in this case is usage -> npm ERR! [email protected] install: node-gyp rebuild
    b) the version in this case is 0.5.0, you may try to install the same one instead of latest one, but may still have problems. If you want to keep that version then do run meteor npm install <package_with_problems>@<version_with_problems> -g
  3. run meteor update again

@milkeg
Copy link

milkeg commented Aug 24, 2016

Same issue here... Workaround provided by btafel doesn't work :/

@ignl
Copy link

ignl commented Aug 25, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests