Knowledge Walls
J2EE Technologies Tutorial
Hyderabad, Andhra Pradesh, India
Could not find node.js Eclipse Ubuntu in Bugs And Solutions of Programmer Bug Solutions
2774 Views
Error 
Could not find node.js. This will result in editors missing key features. Please make sure node.js is installed and that you PATH environment variable contains the location to the node executable.


Solution 
Install node.js using command line.

1) Close the eclipse.
2) Open terminal using Ctrl+Alt+T
3) Run "sudo apt install nodejs"
4) Use the command to check the version of node.js. "node -v"
5) You could install npm along with node.js using "sudo apt install npm"
6) Check the version using "npm -v" command.
7) Open the eclipse and check.
Next
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details