We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
peerDependencies
peerDependenciesMeta
For example in package.json:
package.json
{ "name": "linkedom", "version": "0.16.1", "peerDependencies": { "canvas": ">= 2", }, "peerDependenciesMeta": { "canvas": { "optional": true } } }
Please see docs here: https://docs.npmjs.com/cli/v7/configuring-npm/package-json#peerdependenciesmeta
The text was updated successfully, but these errors were encountered:
this "smells like a PR" 😄
Sorry, something went wrong.
When is a fix for the warnings going to be released? I'm on latest 0.18.5
WARNING in ./node_modules/linkedom/commonjs/perf_hooks.cjs 3:24-45 Module not found: Error: Can't resolve 'perf_hooks' in 'C:\Dev\TestProject\node_modules\linkedom\commonjs' @ ./node_modules/linkedom/cjs/interface/document.js 2:22-62 @ ./node_modules/linkedom/cjs/index.js 3:30-64
When is a fix for the warnings going to be released?
When the PR lands
No branches or pull requests
For example in
package.json
:Please see docs here: https://docs.npmjs.com/cli/v7/configuring-npm/package-json#peerdependenciesmeta
The text was updated successfully, but these errors were encountered: