Skip to content

Instantly share code, notes, and snippets.

@wakgari
wakgari / install-yarn.sh
Created August 22, 2020 01:13 — forked from yuhonas/install-yarn.sh
Install node & yarn on amazon linux
#!/usr/bin/env bash
# References
# -------------
# https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-up-node-on-ec2-instance.html#w2ab1c23b7c10
# https://gist.github.com/sealocal/0cd468ba4f12cdada436aebe534b40da
set -xe
NODE_VERSION=v9.3.0