keymetrics / pm2-io-apm

PM2.io APM for Node.JS
Apache License 2.0
147 stars 40 forks source link

Can't resolve 'async_hooks' #271

Open jkhoel opened 4 years ago

jkhoel commented 4 years ago

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