mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 12:15:06 -04: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:*
|