sudo yum install epel-release
sudo yum update
# install | |
# curl -L https://gist.github.com/taoxuau/5caf33b802455fbb8bcb332f7749a754/raw/ubuntu-server-install.sh | bash | |
# | |
sudo apt update && sudo apt upgrade --yes | |
#################### nvm node npm #################### | |
# https://github.com/nvm-sh/nvm | |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash | |
source ~/.bashrc | |
nvm install 14.16.1 |
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions | |
// - XState (all XState exports) |