I tried to clone my repo: https://github.com/LucaMele/track-daily-expenses.git
It can clone. NPM install crashes due to a memory issue: Program interrupted. This could be caused by a memory limit or an error in your code.
When I try to run npm run dev, it says npm ERR! command doesn‘t exist or is not supportet.
Am i doing something wrong?
I tried to clone my repo: https://github.com/LucaMele/track-daily-expenses.git
It can clone. NPM install crashes due to a memory issue:
Program interrupted. This could be caused by a memory limit or an error in your code.When I try to run
npm run dev, it saysnpm ERR! command doesn‘t exist or is not supportet.Am i doing something wrong?