This is the first part of the series of articles which will remain updated and working with the latest and greatest versions of Node and Vue3.
So lets establish our working environment so we can all be on the same page:
Development Box: Windows 10, Node.js v14
Server: Linux Ubuntu 20.04.1 (Focal), Node.js v14
Node.js for Windows 10 is here
Node.js for Ubuntu based variants is here
Installation
Windows: open web page, download, double click, install as usual
Linux: follow the instructions
node -v
v14.8.0
node -v
v14.8.0
Once you get both things installed on your development and server machines you should be able to run the following commands and get these results
References:
https://nodejs.org/en/download/
https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages
https://github.com/nodesource/distributions/blob/master/README.md
