Skip to content

Instantly share code, notes, and snippets.

@dynnamitt
Last active July 6, 2023 22:03
Show Gist options
  • Save dynnamitt/d7ea3c1026f4c66f899bb5a39605b27d to your computer and use it in GitHub Desktop.
Save dynnamitt/d7ea3c1026f4c66f899bb5a39605b27d to your computer and use it in GitHub Desktop.
purescript-nvm
#!/bin/sh
# From intro-video https://www.youtube.com/watch?v=Ng1YPjveaWg&t=1010s
# https://github.com/nvm-sh/nvm#installing-and-updating
nvm install v18.16.1 -- node
nvm install v18.16.1 -- npm
npm install -g purescript purescript-psa spago pscid
# https://github.com/purescript/documentation/blob/master/guides/Getting-Started.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment