Hey,
I need help installing this "old" version of node. The diet-softwrare install node 14, which is not working with my apps.
I tried to install node manually, which did not change the used version.
Would be great if anybody can post the needed commands.
Thanks a lot!
Installe Node 12.16.3 Topic is solved
Re: Installe Node 12.16.3
Hi,
many thanks for your question. What did you tied to install it manually? The following should work
File name could be different depending on your device.
http://nodejs.org/dist/latest-v12.x/
many thanks for your question. What did you tied to install it manually? The following should work
Code: Select all
curl -o /tmp/node.tar.gz http://nodejs.org/dist/latest-v12.x/node-v12.16.3-linux-armv7l.tar.gz
cd /usr/local && sudo tar --strip-components 1 -xzf /tmp/node.tar.gz
rm /tmp/node.tar.gz
http://nodejs.org/dist/latest-v12.x/
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team