Error: Cannot find module 'libnpx'
We get the location of libnpx
from global-dirs. Can you please:
npm install global-dirs@1.0.0
somewhere- Run
node -e "console.log(require('global-dirs'))"
and paste the output
We get the location of libnpx
from global-dirs. Can you please:
npm install global-dirs@1.0.0
somewherenode -e "console.log(require('global-dirs'))"
and paste the output