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
Ok I figure out the problem, the storage where the project is saved is auto-mounted and it have no execution permission.
easily in /etc/fstab file i added exec in the mount option, like this:
exec
auto,user,exec,utf8,uid=1000,gid=1000,rw 0 0