I installed node js using nvm first I installed version 17.1.0 I had some problems with node-gyp , so I downgraded to 16.3.0 (current lts) . but every script I am runing using npx causeing me an error
spawn <package npx need to run> ENOENT
If I am installing the package globaly it will work only in the same terminal session