mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-07-20 10:04:07 +00:00
9 lines
90 B
Bash
9 lines
90 B
Bash
|
|
||
|
|
||
|
source ~/.nvm/nvm.sh;
|
||
|
|
||
|
nvm install v21
|
||
|
nvm use v21
|
||
|
|
||
|
rm -rf .parcel-cache
|
||
|
npx run-p dev:*
|