Forver will not install properly on Ubuntu 12.04 Server.
See original GitHub issueThe official documentation states that for installation we have to
$ [sudo] npm install forever -g
I tried this on my Ubuntu 12.04 VPS via PUTTY, first I got an error like https://github.com/nodejitsu/forever/issues/282
Even after
sudo apt-get install build-essential
it didn’t work.
By changing the npm installation to
$ [sudo] npm install -g forever
It worked! Just wanted to share. Incase this is valid for other Linux distros as well request to change the official doc as well.
Issue Analytics
- State:
- Created 11 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Can't install Ubuntu, stuck on "Updates and Other Software"
Quit installer where it hangs · Open Gparted, view the existing drives · Close Gparted, making no changes · Launch the "Install Ubuntu...
Read more >Installation Manual for 2.7 on Ubuntu 12.04 - WeBWorK
These instructions cover the installation of the Ubuntu Linux 12.04 LTS operating system and WeBWorK 2.7 from scratch. Note that you can ......
Read more >Ubuntu Server Documentation
Ubuntu Server is a member of the Ubuntu family. It's an open source project that welcomes community projects, contributions, suggestions, fixes and ...
Read more >Unable to upgrade Ubuntu server 12.04LTS to 14.04LTS
I tried to change Prompt from lts to normal and run the upgrade command but got the same result. The content of /etc/apt/sources.list...
Read more >How To Install Java on Ubuntu 12.04 with Apt-Get - DigitalOcean
This article will guide you through the process of installing and managing different versions of Java on Ubuntu.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You need to upgrade npm:
on sudo npm i -g forever