Skip to content
New issue

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

Docs: pnpm install commands incorrect #53937

Closed
keevan opened this issue Aug 12, 2023 · 1 comment · Fixed by #53938
Closed

Docs: pnpm install commands incorrect #53937

keevan opened this issue Aug 12, 2023 · 1 comment · Fixed by #53938
Labels
Documentation Related to Next.js' official documentation. locked

Comments

@keevan
Copy link
Contributor

keevan commented Aug 12, 2023

What is the improvement or update you wish to see?

I'd like to see the docs updated to reduce any friction the next person might have, and to leave the docs in a better state than when I found it.

Is there any context that might help us understand?

When running the pnpm commands listed, it returns an error due to the non-existent option.

❯ pnpm add --dev @next/eslint-plugin-next
 ERROR  Unknown option: 'dev'
For help, run: pnpm help add

Does the docs page already exist? Please link to it.

https://nextjs.org/docs/pages/building-your-application/configuring/eslint

@keevan keevan added the Documentation Related to Next.js' official documentation. label Aug 12, 2023
keevan added a commit to keevan/next.js that referenced this issue Aug 12, 2023
@kodiakhq kodiakhq bot closed this as completed in #53938 Aug 12, 2023
kodiakhq bot pushed a commit that referenced this issue Aug 12, 2023
Previous of after (before in linked issue)
```
❯ pnpm add --save-dev @next/eslint-plugin-next
Already up to date
Progress: resolved 525, reused 517, downloaded 0, added 0, done
Done in 6.4s
```

Resolves #53937
@github-actions
Copy link
Contributor

This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation Related to Next.js' official documentation. locked
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant