question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Forver will not install properly on Ubuntu 12.04 Server.

See original GitHub issue

The 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:closed
  • Created 11 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
EliEladElromcommented, Jan 16, 2020

You need to upgrade npm:

sudo npm install -g npm@latest Then: sudo npm install -g forever

0reactions
encrypter-manyangecommented, Jan 11, 2020

on sudo npm i -g forever

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found