Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Installation Error #51

Closed
nikdavnik opened this issue Nov 1, 2016 · 2 comments
Closed

Installation Error #51

nikdavnik opened this issue Nov 1, 2016 · 2 comments

Comments

@nikdavnik
Copy link

I tried to install hublin in Debian 8 (amd64) and got npm Errors

npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE

npm ERR! awesome-chat@0.1.0 postinstall: ./node_modules/bower/bin/bower install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the awesome-chat@0.1.0 postinstall script './node_modules/bower/bin/bower install'.
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 awesome-chat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./node_modules/bower/bin/bower install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs awesome-chat
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls awesome-chat
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /root/meetings/npm-debug.log

I think it is related to node version. For hublin I can see in readme that node.js must be greater than version 0.10.28 but less than or equal to 0.10.36. But many other packages in hublin are requaring fresh version of node

@kscc25
Copy link
Contributor

kscc25 commented Nov 2, 2016

Hi, can you try with node 0.10 (use nvm)

nvm install 0.10
nvm use 0.10
npm install

@nikdavnik
Copy link
Author

Hi,

Thank you for your response.
With node 0.10 I managed to install hublin.
This issue can be closed.

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

No branches or pull requests

2 participants