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

Nx 16.7 - followup prompts - Use 16.6 #323

Closed
NathanWalker opened this issue Aug 16, 2023 · 0 comments · Fixed by #325
Closed

Nx 16.7 - followup prompts - Use 16.6 #323

NathanWalker opened this issue Aug 16, 2023 · 0 comments · Fixed by #325
Assignees

Comments

@NathanWalker
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant