Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Installation fails on Ubuntu 14.04 #226

Open
matt225 opened this issue Oct 12, 2015 · 6 comments
Open

Installation fails on Ubuntu 14.04 #226

matt225 opened this issue Oct 12, 2015 · 6 comments

Comments

@matt225
Copy link

matt225 commented Oct 12, 2015

I have the following problem while installing on a fresh Ubuntu 14.04.
All Packages which are needet are installed.

Installation as follows:
$ sudo apt-get install libavahi-compat-libdnssd-dev libasound2-dev
$ sudo apt-get install npm git
$ sudo apt-get install nodejs
$ sudo apt-get install nodejs-legacy
$ git clone https://github.com/stephen/airsonos.git && cd airsonos
$ sudo npm install -g

Erorrs messages:

/usr/local/lib/node_modules$ tail npm-debug.log
225 error http://github.com/isaacs/npm/issues
225 error or email it to:
225 error npm-@googlegroups.com
226 error System Linux 3.13.0-32-generic
227 error command "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "airsonos"
228 error cwd /usr/local/lib/node_modules
229 error node -v v0.10.25
230 error npm -v 1.3.10
231 error code 1
232 verbose exit [ 1, true ]

What the problem could be?

@nightcatnl
Copy link

Same problem here...
Any news ?

@stephen
Copy link
Owner

stephen commented Nov 3, 2015

@matt225 - can you provide a full npm-debug.log?

@ssido68
Copy link

ssido68 commented Nov 3, 2015

i've just managed to get it to build on ubuntu 14.04:

sudo apt-get install libavahi-compat-libdnssd-dev libasound2-dev
sudo apt-get git
sudo apt-get install node
sudo apt-get install nodejs-legacy
npm install airsonos -g

I believe the 'node' apt-get is missing from your list, for me it is now running smoothly on ubuntu 14.04

@nightcatnl
Copy link

I can get you a full log if you want (the above 'script' form ssido68 didn't work for me either...

@nightcatnl
Copy link

What i can see is that my /usr/local/lib/node_modules folder stays empty... that should get filled isn't it ?

@nightcatnl
Copy link

Got it fixed... I installed manually the node 0.10.33 version... (removed all other node versions)
That was the trick for me.

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

4 participants