You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using with nvm, Require.resolve('pm2') resolves to: /home/rohit/.nvm/versions/node/v12.2.0/lib/node_modules/pm2/bin/pm2 which is not the module's main file but the executable bin which doesn't export anything.
Require.resolveGlobal('pm2') resolves correctly to /home/rohit/.nvm/versions/node/v12.2.0/lib/node_modules/pm2/index.js though.
The text was updated successfully, but these errors were encountered:
Using with nvm,
Require.resolve('pm2')
resolves to:/home/rohit/.nvm/versions/node/v12.2.0/lib/node_modules/pm2/bin/pm2
which is not the module's main file but the executable bin which doesn't export anything.Require.resolveGlobal('pm2')
resolves correctly to/home/rohit/.nvm/versions/node/v12.2.0/lib/node_modules/pm2/index.js
though.The text was updated successfully, but these errors were encountered: