Skip to content

Instantly share code, notes, and snippets.

@mateusreis
Created August 18, 2025 13:42
Show Gist options
  • Select an option

  • Save mateusreis/ded236dd622a31e90810c4f2daa25c2d to your computer and use it in GitHub Desktop.

Select an option

Save mateusreis/ded236dd622a31e90810c4f2daa25c2d to your computer and use it in GitHub Desktop.
Corrigindo npm run dev - Debian 13 - 2025
Instale o nvm:
https://nodejs.org/en/download
Se der pau no projeto ao rodar:
$ npm run dev
O fix:
$ rm -rf node_modules
$ rm -f package-lock.json
Agora rode:
$ npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment