Node.js & npm

Install Node.js Download the current node release from https://nodejs.org Use multiple Node versions With the npm package n it’s possible to install multiple versions of node and use a project specific one. (Note: see next section in case of permission issues!) npm i n -g Fixing folder permission on MacOS Starting with MacOS High Sierra, […]

Read More