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
As soon as I include @pm2/io in my project, it fails to compile - giving me module-not-found: Module not found: Can't resolve 'async_hooks' in 'C:\00 - Git\dcs-mdc-generator\node_modules\@opencensus\core\build\src\internal'
I've tried installing both async_hooks and @opencensus on its own npm i async_hooks @opencensus but seems to have no effect
The text was updated successfully, but these errors were encountered:
As soon as I include @pm2/io in my project, it fails to compile - giving me module-not-found:
Module not found: Can't resolve 'async_hooks' in 'C:\00 - Git\dcs-mdc-generator\node_modules\@opencensus\core\build\src\internal'
I've tried installing both async_hooks and @opencensus on its own
npm i async_hooks @opencensus
but seems to have no effectThe text was updated successfully, but these errors were encountered: