help
help copied to clipboard
Help me i can't update
Details
when i type sudo apt-get install -y nodejs it installs nodejs v8.10.0 and i need v14.x.x
Node.js version
v9.11.2
Example code
Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
Operating system
ubuntu server 18.04 32 bit
Scope
No errors it downloads nodejs v8.10.0
Module and version
Updating my nodejs
Try using the current setup
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
sudo apt-get install -y nodejs
@Ander507 - is this resolved?
closing as inactive