nrwl / nx

Smart Monorepos · Fast CI
https://nx.dev
MIT License
23.21k stars 2.31k forks source link

"What to create in the new workspace" : Outdated option ? #10667

Closed ArnaudDenoyelle closed 2 years ago

ArnaudDenoyelle commented 2 years ago

Documentation issue

Is there a specific documentation page you are reporting?

Core Nx Tutorial - Step 1: Create Eleventy Blog

Additional context or description

After executing this command : npx create-nx-workspace@latest

When I receive the following prompts in the command line:

Workspace name (e.g., org name)         myorg
What to create in the new workspace     core

core is not an available option in the list. Options are :

? What to create in the new workspace …
▸ apps              [an empty workspace with no plugins with a layout that works best for building apps]
npm               [an empty workspace with no plugins set up to publish npm packages (similar to yarn workspaces)]
ts                [an empty workspace with the JS/TS plugin preinstalled]
react             [a workspace with a single React application]
angular           [a workspace with a single Angular application]
next.js           [a workspace with a single Next.js application]
nest              [a workspace with a single Nest application]
express           [a workspace with a single Express application]
web components    [a workspace with a single app built using web components]
react-native      [a workspace with a single React Native application]
react-express     [a workspace with a full stack application (React + Express)]
angular-nest      [a workspace with a full stack application (Angular + Nest)]
luxaritas commented 2 years ago

Probably due to 932404303acdec20acd85deca4bed44ee2272077?

github-actions[bot] commented 1 year ago

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.