Eu corro npm install gulp
no Ubuntu. Mostrar este erro:
Meu servidor é o Ubuntu 16.04.
Framework é o Laravel 5.6.
ERROR: npm is known not to run on Node.js v4.2.6
Node.js 4 is supported but the specific version you're running has
a bug known to break npm. Please update to at least 4.7.0 to use this
version of npm. You can find the latest release of Node.js at https://nodejs.org/
Eu corro node -v
e mostro esta mensagem: v4.2.6
Eu corro sudo apt-get install --only-upgrade nodejs
e mostro esta mensagem:
Reading package lists... Done
Building dependency tree
Reading state information... Done
nodejs is already the newest version (9.11.1-1nodesource1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
O nodejs já é a versão mais recente (9.11.1-1nodesource1).
Afetr remove nodejs
, eu corro node -v
, mostre a mensagem: 4.2.6
!!!! Mas a mensagem acima apagou a versão 9!
Como remover a versão 4.2.6 do nodejs? Como resolver este problema?