Purescript Sandbox Installation Installing JavaScript nvm https://github.com/nvm-sh/nvm#install--update-script node & npm To list the few latest npm versions nvm ls-remote | tail Then, to install and switch nvm install $VERSION nvm use $VERSION Installing Purescript evnironment Purescript - the compiler npm -g install purescript Spago - the development toolchain npm install -g spago