Spaces:
Running
Running
| # React setup script | |
| # Install nvm | |
| curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash | |
| source ~/.bashrc | |
| # Install latest LTS Node.js | |
| nvm install --lts | |
| nvm use --lts | |