Files
api/package-lock.json
2026-02-07 20:06:34 +00:00

8 lines
216 B
JSON

rm -f package-lock.json
rm -rf node_modules
npm install
ls -lh package-lock.json
node -p "require('./package-lock.json').lockfileVersion"
git add package-lock.json
git commit -m "Regenerar package-lock.json"
git push