I\'m trying to run npm run dev but the following error occur:
npm run dev
sh: 1: cross-env: Permission denied npm ERR! code ELIFECYCLE npm ERR! errno 126 npm ER
Try this.
$ rm -rf node_modules $ npm cache clear --force $ npm install npm@latest -g $ chown -R $USER ~/.npm $ npm install