Open GeekEast opened 5 years ago
https://geekeast.github.io/installnodepostgreonubuntu.html
Install Node.js + Yarn in Ubuntu 18 1sudo apt update && sudo apt install -y nodejs npm && nodejs -v && npm -v Install Yarn in Ubuntu 18 123curl -sS https://dl.yarnpkg.com/deb
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt-get remove -y nodejs sudo apt-get install -y nodejs nodejs -v # prints "v4.2.6"
https://geekeast.github.io/installnodepostgreonubuntu.html
Install Node.js + Yarn in Ubuntu 18 1sudo apt update && sudo apt install -y nodejs npm && nodejs -v && npm -v Install Yarn in Ubuntu 18 123curl -sS https://dl.yarnpkg.com/deb