Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 465 Bytes

File metadata and controls

38 lines (24 loc) · 465 Bytes

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