Inside a next.js project I try to type npm run dev in the terminal, but nothing happpens. Except this: sh: pnpm: command not found.
I think I am in the correct folder, and I also have run npm install. This is an existing project, that I have cloned.
What can I do to resolve the issue?