Linked Questions
16 questions linked to/from Uninstall Node.JS using Linux command line?
299 votes
7 answers
979k views
How can I completely uninstall nodejs, npm and node in Ubuntu [closed]
The Question is similar to How do I completely uninstall Node.js, and reinstall from beginning (Mac OS X) but for Ubuntu, and just for uninstalling. Installation was done by: sudo apt-get install node ...
4 votes
6 answers
16k views
Ubuntu: Node will not update to latest version
I have an issue on my Ubuntu VM. I have tried several methods of updating to the latest Nodejs version (both LTS and Current), but running node --version still shows v4.8.4. I have tried using both n ...
3 votes
4 answers
7k views
Cannot update Node in Ubuntu
I installed Node.js on my Ubuntu machine. I typed node but it didn't work. I typed nodejs and it worked. When I asked for the version, node -v didn't work but nodejs --version worked, it gives me "v0....
4 votes
3 answers
11k views
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode installing SASS node package
Trying to install LESS/SASS. And getting this error after installing node.js in Linux 16.04. Installed LESS compiler and updatet npm for proceed installing SASS where I failed and now am stuck. ...
1 vote
2 answers
3k views
how to delete node on linux mint 13? [closed]
Node will not delete on Linux Mint 13. see the video here http://youtu.be/tV8HhS1xw2g and here http://www.youtube.com/watch?v=g8DNvv3iFdI I installed via git but node failed to run see https://...
0 votes
3 answers
5k views
create-react-app not working even when I update node
I am trying to run create-react-app and keep getting an error about updating my node version: The engine "node" is incompatible with this module. Expected version "^8.10.0 || ^10.13.0 || >=11.10.1"...
1 vote
2 answers
2k views
Why nodejs command line always install an old version?
My questions are Whenever i tried to install nodejs using command line # apt-get install nodejs it installs the older version (in my case it installed 0.10.x),where as the current version till date ...
2 votes
1 answer
2k views
node Segmentation fault on version change
I'm trying to install node.js on a friend's computer. We had an old version (0.4.*), then installed n to update to a more recent version of node using n - node version manager now instead of having ...
-1 votes
3 answers
2k views
Updating to Node 4.x in linux(ubuntu) fails with no error and stays with v0.10
I have come across ReactJS and React Native. ReactJS is brilliant, super fast and works fine on Node v0.10. But, React Native needs v4.x as a prerequisite. So, when I run any react-native command, it ...
1 vote
1 answer
2k views
yarn command got stuck when running
I’m trying to run a project locally on my macOS using yarn cross-env NODE_ENV=development nest start --watch, but the command stays stuck without output or progress. Environment: macOS version: ...
0 votes
2 answers
320 views
How can I find an old version of node?
I've installed a new version of node via n but the version that runs is still a old one. I don't know where I installed the old version, how can I go find it and uninstall it?
-3 votes
1 answer
517 views
How can i reinstall my node? [closed]
Yesterday, i try to uninstall node.js from my ubuntu. But i can uninstall only npm from my computer, surely. Now i want to uninstall node.js from my ubuntu(12.04) and install again. Firstly, please ...
0 votes
2 answers
618 views
install nodes npm v1.0.1
I need a separate npm version besides my installed v1.4.21 How do I install it on my Ubuntu 14.10, to install this package, that requires npm v1.0.1? I tried this instructions but it already fails ...
0 votes
0 answers
366 views
node express-generator not getting installed on ubuntu 14.04
I am trying to install express-generator on my ubuntu 14.04 by running this command sudo npm install express-generator -g it shows that express-generator is installed sinscary@avenger:~$ sudo npm ...
0 votes
1 answer
85 views
"Unable to find node js" message after completely removing it from Linux Mint
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 ...