Hi there,
Remove the node_modules folder from your project directory.
Clear the NPM cache by running the following command:
npm cache clear --force
Install the NPM dependencies again by running the following command:
npm install
Finally, try running the npm run dev command again.