1
0
Fork 0
gctGenerator/.devcontainer/post-install.sh

8 lines
105 B
Bash
Raw Normal View History

2022-01-16 18:17:07 +00:00
#!/bin/bash
set -e
nvm install
nvm use
nvm alias default $(node --version)
nvm install-latest-npm
npm i