install node js 14
sudo apt update
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
sudo apt -y install nodejs
node -v
# Install Node Development tools
sudo apt -y install gcc g++ make
# Install Yarn
curl -sL 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 update && sudo apt install yarn
Also in JavaScript:
- function expression vs function declaration
- how to sanitize request body in node js
- useref react
- javascript code for find the last element in array
- chrome extension get current tab url
- UltraExploit.js
- react native touchableopacity disable
- function isValidWalk(walk)
- javascript return value from async function site:stackoverflow.com
- how to insert a value into an array javascript
- UnhandledPromiseRejectionWarning: TypeError: Converting circular structure to JSON
- javascript get element position relative to document
- javascript console.log
- js image on canvas
- hide warnings in expo app
- js unspecified parameters
- use effect react
- hoe verbind je de nodemcu 8266 met adafruit io
- rorate array
- js get date in ms
- create function javascript
- how to update firebase document field angular
- javascript random number
- how to disable menu bar in browser using javascript