Last active
July 6, 2023 22:03
-
-
Save dynnamitt/d7ea3c1026f4c66f899bb5a39605b27d to your computer and use it in GitHub Desktop.
purescript-nvm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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