Run from a new project folder:
curl https://gist.githubusercontent.com/eezing/6aa3b59137260916ea7fdd4040faa72a/raw/node-starter.sh | sh
I hereby claim:
To claim this, I am signing this object:
FROM circleci/python:2.7.15-jessie | |
# node installations command expect to run as root | |
USER root | |
## Using node installation from https://raw.githubusercontent.com/nodejs/docker-node/e3ec2111af089e31321e76641697e154b3b6a6c3/8/jessie/Dockerfile | |
RUN groupadd --gid 1000 node \ | |
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node | |
# gpg keys listed at https://github.com/nodejs/node#release-team |
Notes, code snippets, how to for Git CLI.
Notes, code snippets for Bash.
Setup guide for NodeJS on MacOS.
Install NVM - Node Version Manager.
Run nvm install node
to install latest NodeJS version.