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