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
As a developer using this project, I want to install peer dependencies easily so that I can manage them using this tool.
I intend to submit a PR for this issue.
ni.ts
--peer
--save-peer
ni -P
ni -D
README.md
ni -p
ni -g
ni
peer
ni --save-peer
ni --peer
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Clear and concise description of the problem
As a developer using this project, I want to install peer dependencies easily so that I can manage them using this tool.
I intend to submit a PR for this issue.
Suggested solution
ni.ts
, support--peer
from Yarn 1 (Classic), Yarn 2+ and bun.ni.ts
, omit the comment indicating that installing peer dependencies using Yarn and Bun programmatically is impossible.--save-peer
(pnpm, npm) and--peer
(Yarn, Bun).ni -P
(in line withni -D
).README.md
.Alternative
ni -p
instead, in line withni -g
.Additional context
Workarounds
ni
, choose the package and choosepeer
mode.ni --save-peer
for pnpm/pnpm,ni --peer
for Yarn/bun.Validations
The text was updated successfully, but these errors were encountered: