0

I've installed nodejs on Linux Mint and then completely removed it using these instructions:

Uninstall Node.JS using Linux command line? Completly uninstall nodejs, npm and node in ubuntu 14.04

After that when I tried to start a service using "service foo start", the following message appear: "Unable to find node js install"

What shall i do? I don't want to have nodejs on this machine anymore ...

Community
  • 1
  • 1

1 Answers1

0

How did you install it? If you have installed it using apt-get. You can use apt-get purge nodejs to remove the package and associated configuration files.

RaviTezu
  • 3,047
  • 19
  • 26