8000
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
in order for yarn berry pnp to work correctly dependencies must be fully declared
[error] prettier-plugin-toml tried to access @toml-tools/lexer, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound. [error] [error] Required package: @toml-tools/lexer [error] Required by: prettier-plugin-toml@npm:0.3.1 (via /Users/nqy642/IdeaProjects/iw-pm-backend/.yarn/cache/prettier-plugin-toml-npm-0.3.1-a4a923f5b6-9c34cc4a35.zip/node_modules/prettier-plugin-toml/lib/) [error] [error] Require stack: [error] - /Users/nqy642/IdeaProjects/iw-pm-backend/.yarn/cache/prettier-plugin-toml-npm-0.3.1-a4a923f5b6-9c34cc4a35.zip/node_modules/prettier-plugin-toml/lib/printer.js [error] - /Users/nqy642/IdeaProjects/iw-pm-backend/.yarn/cache/prettier-plugin-toml-npm-0.3.1-a4a923f5b6-9c34cc4a35.zip/node_modules/prettier-plugin-toml/lib/api.js [error] - /Users/nqy642/IdeaProjects/iw-pm-backend/.yarn/cache/prettier-npm-2.7.1-d1f40f5e1a-55a4409182.zip/node_modules/prettier/index.js [error] - /Users/nqy642/IdeaProjects/iw-pm-backend/.yarn/cache/prettier-npm-2.7.1-d1f40f5e1a-55a4409182.zip/node_modules/prettier/cli.js [error] - /Users/nqy642/IdeaProjects/iw-pm-backend/.yarn/cache/prettier-npm-2.7.1-d1f40f5e1a-55a4409182.zip/node_modules/prettier/bin-prettier.js
The text was updated successfully, but these errors were encountered:
2af6234
Successfully merging a pull request may close this issue.
in order for yarn berry pnp to work correctly dependencies must be fully declared
The text was updated successfully, but these errors were encountered: