Install NodeJS on Raspberry pi for Run Tensorflow.js Facemesh
http://raspberrypi4u.blogspot.com/2020/04/raspberry-pi-tensorflowjs-facemesh.html

Installation on Raspberry pi

Install NodeJS and npm
curl -sL https://deb.nodesource.com/setup_12.x | sudo bash -
sudo apt-get install nodejs

Install Yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo “deb https://dl.yarnpkg.com/debian/ stable main” | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn

Check Version
node -v
npm -v
yarn --version

#nodejs #node-js #raspberry-pi

Raspberry pi NodeJS install
19.95 GEEK