nx icon indicating copy to clipboard operation
nx copied to clipboard

Eleventy install command(npm) is strange

Open MechanicKim opened this issue 3 years ago • 0 comments
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.

스크린샷 2022-08-09 오후 5 31 10

But npm command is strange.

스크린샷 2022-08-09 오후 5 31 16

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.

MechanicKim avatar Aug 09 '22 08:08 MechanicKim

Yeah, that looks wrong. Do you want to submit a PR to fix it?

AgentEnder avatar Aug 12 '22 13:08 AgentEnder