A
A
Analka2020-06-16 15:04:32
Node.js
Analka, 2020-06-16 15:04:32

Homestead rollback nodejs version to 12.18.0?

How to downgrade nodejs to 12.18.0 in Homestead

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Analka, 2020-06-16
@Analka

# Remove Node.js 
#sudo apt-get -y purge nodejs
#sudo rm -rf /usr/lib/node_modules/npm/lib
#sudo rm -rf //etc/apt/sources.list.d/nodesource.list
#sudo apt-get update

# Install Node.js v12.x
#curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
#sudo apt-get install -y nodejs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question