nx
nx copied to clipboard
Eleventy install command(npm) is strange
trafficstars
Documentation issue
- [ ] Reporting a typo
- [x] Reporting a documentation bug
- [ ] Documentation improvement
- [ ] Documentation feedback
Is there a specific documentation page you are reporting?
https://nx.dev/core-tutorial/01-create-blog#adding-eleventy
Additional context or description
In Eleventy install
yarn command is correct.
But npm command is strange.
I think this command should be changed to 'npm i -D @11ty/eleventy'.
nx generate @nrwl/react:library => npm i -D @11ty/eleventy
Please confirm it. Thanks.
Yeah, that looks wrong. Do you want to submit a PR to fix it?