fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 707 forks source link

Install on Ubuntu 14.04 fail #344

Open fabioce opened 8 years ago

fabioce commented 8 years ago

Hello, I tryed to follow your wiki How to install on UBUNTU 12.04 but with an Ubuntu 14.04. My installation generate more failure when I launch this command:

sudo npm install

How to solve this?? Thanks

j0rg1 commented 8 years ago

You are missing the NPM-package in Ubuntu. Please install this by sudo apt-get install nodejs

Then try to generate again

Fra: fabioce [mailto:notifications@github.com] Sendt: 11. mars 2016 20:49 Til: fzaninotto/uptime Emne: [uptime] Install on Ubuntu 14.04 fail (#344)

Hello, I tryed to follow your wiki How to install on UBUNTU 12.04 but with an Ubuntu 14.04. My installation generate more failure when I launch this command:

sudo npm install

How to solve this?? Thanks

— Reply to this email directly or view it on GitHub https://github.com/fzaninotto/uptime/issues/344 . https://github.com/notifications/beacon/AEI7NjRC-hIlNFDjAcIwNk6rKMzi8AcVks5pscc6gaJpZM4Hu_Sj.gif

fabioce commented 8 years ago

Excuse, I wasn't clear in my description I have npm, but during the execution of the npm there was a lot of error uptimeerror.txt

gazzetta commented 8 years ago

Same problem here with Ubuntu Trusty

ubuntu@www:$ npm -v 1.3.10 ubuntu@www:$ nodejs -v v0.10.25