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
Nx 16.7 was just released yesterday which added some followup prompts on lib creation which causes an issue with generation.
You can simply use Nx 16.6 for now with the following:
npx [email protected] workspace-name cd workspace-name npm install @nx/[email protected] -D npx nx g @nx/js:init npm install @nstudio/xplat -D npx nx g @nstudio/xplat:app
Take special note of the npm install @nx/[email protected] -D which installs a matching workspace version.
npm install @nx/[email protected] -D
The text was updated successfully, but these errors were encountered:
NathanWalker
Successfully merging a pull request may close this issue.
Nx 16.7 was just released yesterday which added some followup prompts on lib creation which causes an issue with generation.
You can simply use Nx 16.6 for now with the following:
Take special note of the
npm install @nx/[email protected] -D
which installs a matching workspace version.The text was updated successfully, but these errors were encountered: