-
Notifications
You must be signed in to change notification settings - Fork 109
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
Error when deploy meteor 0.8.2 on centos with kadira 2.4.4 package installed #7
Comments
Hy Seems like a issue with gyp installation on CentOS. Keep me posted. Arunoda Susiripala On Wed, Jun 25, 2014 at 7:38 PM, solo999 notifications@github.com wrote:
|
Or may be this one: Arunoda Susiripala On Wed, Jun 25, 2014 at 8:03 PM, Arunoda Susiripala <arunoda@meteorhacks.com
|
got it built by this solutiuon: install node and npm ...rm -rf $(dirname Thank you |
Awesome. On Wednesday, June 25, 2014, solo999 notifications@github.com wrote:
Arunoda Susiripala @arunoda http://twitter.com/arunoda |
Hi all, Linux henesis4 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux and the solution provided by @solo999 worked for me as well! Tnx |
Now can not Install Kadira 2.4.5 to local meteor 0.8.2 (Mac OS). Any connection to above issue? kadira: updating npm dependencies -- debug, usage... npm ERR! System Darwin 13.2.0 => Errors while scanning packages: While building package /usr/local/lib/node_modules/meteorite/lib/command.js:41 |
Seems like you've run mrt with sudo at some place. |
Solved with: sudo mrt uninstall Thank you again... |
Great. Arunoda Susiripala @arunoda http://twitter.com/arunoda On Mon, Jun 30, 2014 at 5:11 PM, solo999 notifications@github.com wrote:
|
I am getting following issue when trying to run 'meteor' after 'mrt update'. Executed the steps @solo999 suggested but no use. I am using meteor 0.8.3 and ubuntu 14.04 kadira: updating npm dependencies -- debug, usage, v8-profiler... npm ERR! System Linux 3.13.0-37-generic => Errors prevented startup: While building the application: While building package |
many thanks once again @arunoda . Didnt realize its the g++ issue and not kadira problem. installing g++ fixed it. |
no problem. Happy to help. |
I have upgrade meteor to 0.8.2 and got following error when build it on VPS:
kadira: updating npm dependencies -- debug, usage...
npm http GET https://registry.npmjs.org/usage
npm http 304 https://registry.npmjs.org/usage
npm http GET https://registry.npmjs.org/bindings
npm http 304 https://registry.npmjs.org/bindings
Traceback (most recent call last):
File "/home/vb/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 18, in
sys.exit(gyp.script_main())
AttributeError: 'module' object has no attribute 'script_main'
gyp ERR! configure error
gyp ERR! stack Error:
gyp
failed with exit code: 1gyp ERR! stack at ChildProcess.onCpExit (/home/vb/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:340:16)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:807:12)
gyp ERR! System Linux 2.6.32-431.20.3.el6.x86_64
gyp ERR! command "node" "/home/vb/.meteor/tools/858c88b520/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/vb/.meteorite/packages/kadira/meteorhacks/kadira/6073fa5bdfb36478165977804f922796b6fc82de/.npm/package-new-1xxtlqu/node_modules/usage
gyp ERR! node -v v0.10.28
gyp ERR! node-gyp -v v0.13.0
gyp ERR! not ok
npm ERR! usage@0.4.3 install:
node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the usage@0.4.3 install script.
npm ERR! 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 their info via:
npm ERR! npm owner ls usage
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 2.6.32-431.20.3.el6.x86_64
npm ERR! command "/home/vb/.meteor/tools/858c88b520/bin/node" "/home/vb/.meteor/tools/858c88b520/bin/npm" "install" "usage@0.4.3"
npm ERR! cwd /home/vb/.meteorite/packages/kadira/meteorhacks/kadira/6073fa5bdfb36478165977804f922796b6fc82de/.npm/package-new-1xxtlqu
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/vb/.meteorite/packages/kadira/meteorhacks/kadira/6073fa5bdfb36478165977804f922796b6fc82de/.npm/package-new-1xxtlqu/npm-debug.log
npm ERR! not ok code 0
Errors prevented bundling:
While building package
kadira
:error: couldn't install npm package
With meteor 0.8.1.3 it was building and working ok...
Any ideas what's wrong?
The text was updated successfully, but these errors were encountered: