Using Yarn 2, I get the following warning: ``` dtrace-provider@npm:0.8.8: Implicit dependencies on node-gyp are discouraged ``` [Yarn's advice](https://yarnpkg.com/advanced/error-codes#yn0032---node_gyp_injected) is to add an explicit dependency on `node-gyp`
Using Yarn 2, I get the following warning:
Yarn's advice is to add an explicit dependency on
node-gyp