Showing posts with label node.js. Show all posts
Showing posts with label node.js. Show all posts

Install Node.js with Ubuntu Package Manager


To install Node.js, type the following command in your terminal:
Then install the Node package manager, npm:
Create a symbolic link for node, as many Node.js tools use this name to execute.
Now we should have both the Node and npm commands working: