I have nodejs and npm installed.
I tested npm -v and nodejs -v it worked, showed the current version.
I used the nodeclipse -p command line in my empty folder to create the project structure, but I received the error: command not found
I uninstalled the nodeclipse with npm uninstall and installed again with sudo npm install and did not work.
I used the root account and run the npm install also did not work.
I don´t found the npm or nodejs references to set the environment variable to set the nodeclipse or config it.
Can anyone help please?
Problem
There is a bug in nodeclipse plugin that recognizes Node.js as
nodecommand the Windows installation.In Linux the nodeclipse plugin tries to find the command
nodeand can not find. Why on Linux, thenodejscommand is utilized for the Node.js installed.printing error in the terminal
or
Successful result