build: Helpers to initially setup the dev env
This commit is contained in:
11
install-nvm.sh
Normal file
11
install-nvm.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# install-nvm.sh - install current nvm for nodejs
|
||||
#
|
||||
# USAGE
|
||||
# run "./install-nvm.sh" to make sure dependencies are satisfied
|
||||
|
||||
# node/nvm environment
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
|
||||
nvm install --lts
|
||||
|
||||
Reference in New Issue
Block a user