I am currently using newrelic as one of my dependencies. However, when I attempt to build my application, I encounter the following error:
ERROR in ./node_modules/@newrelic/native-metrics/lib/pre-build.js
Module not found: Error: Can't resolve 'aws-sdk' in …
The issue is that aws-sdk is a dependency of newrelic. While I could install aws-sdk as a dependency for my application, it doesn't feel like the right solution.