This repository was archived by the owner on Jun 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 255
Installation fails on Ubuntu 14.04 #226
Comments
Same problem here... |
@matt225 - can you provide a full |
i've just managed to get it to build on ubuntu 14.04: sudo apt-get install libavahi-compat-libdnssd-dev libasound2-dev I believe the 'node' apt-get is missing from your list, for me it is now running smoothly on ubuntu 14.04 |
I can get you a full log if you want (the above 'script' form ssido68 didn't work for me either... |
What i can see is that my /usr/local/lib/node_modules folder stays empty... that should get filled isn't it ? |
Got it fixed... I installed manually the node 0.10.33 version... (removed all other node versions) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: