This commit is contained in:
2025-10-16 14:56:09 -03:00
parent 9405758e50
commit 90ca1621a2

View File

@@ -1,10 +1,11 @@
git checkout . git checkout .
git pull git pull
nvm instal 16.20.2 nvm install 16.20.2
nvm use 16.20.2 nvm use 16.20.2
rm -r node_modules package-lock.json rm .\node_modules\
rm .\package-lock.json
npm i npm i
node index.js node index.js