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?
npm install -g nodeclipsedid you try this? You have to use sudo on Linux or administrator account on windows - Fernando Zamperin-gbut not yet succeeded. The error occurs:paranhos@pc-principal:~/workspace-javascript/react-sample$ nodeclipse -h/usr/bin/env: “node”: File or directory not found- Marco Paranhossudo npm install -g nodeclipse- Marco Paranhos