You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm WARN engine npm@7.0.6: wanted: {"node":">=10"} (current: {"node":"v8.10.0","npm":"1.4.12"})
...
npm ERR! node -v v8.10.0
npm ERR! npm -v 1.4.12
npm ERR! code E405
npm ERR!
npm ERR! not ok code 0
[Mouf\NodeJsInstaller\NodeJsInstallerException]
An error occurred while updating NPM to latest version.
It seems that when calling the update on npm it tries to update to a version that requires a higer version than the one installed.
node version needed: v8.10.0
npm tries to update to 7.0.6 wich requires node >=10
It seems that when calling the update on npm it tries to update to a version that requires a higer version than the one installed.
node version needed: v8.10.0
npm tries to update to 7.0.6 wich requires node >=10
nodejs-installer/src/NodeJsInstaller.php
Line 251 in 4ffc71c
The text was updated successfully, but these errors were encountered: