3
In ubuntus the Node.JS package was renamed to nodejs pq already existed another Node package.
How do I make npm understand that nodejs is already installed on the system, but the name of different?
I have obtained the error:
sh: 1: Ode: not found
npm WARN This Failure Might be due to the use of legacy Binary "Node"
Hi, I saw that in the gringo stackoverflow a guy had the same problem as you, try to see if here: https://stackoverflow.com/questions/21168141/cannot-install-packages-using-node-package-manager-in-ubuntu, you find the solution to your problem
– Reynnan Viktor
I’ll try...thank you, it seemed a little generic , but I will test
– Zeca
Have you ever tried using a Node version manager like NVM, rather than installing Node directly on the operating system? I think it is much simpler to install and it is much easier to change from one version to another https://github.com/creationix/nvm
– Paulo Luan