readme fixes: nx
See original GitHub issueI’m submitting a…
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[x] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Steps to reproduce
Current readme.md
steps for Nx workspace
Fix
Change Nx quickstart steps to just typing in terminal nx add @ngneat/tailwind
, because in step, where the schematics are added the terminal utility has some issues like empty select fields and no y/n prompt.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top Results From Across the Web
Fix pack information for: Minor code change to NX pid ... - IBM
Fix pack information for: Minor code change to NX pid change. Fix Readme ... A fix pack is either a Service Pack or...
Read more >Mark Dalgleish on Twitter: "Dev: *Fixes typo in readme* CI ...
Nx is a smart, fast and extensible build system which comes with first class monorepo support and powerful integrations.
Read more >NX Installation Guide for Windows - Siemens PLM
Contains installation guides, Release Notes and Fixed PR information. Note: NX Documentation is provided on separate media. Supported Workstations.
Read more >format:check - CLI command - Nx
Install nx globally to invoke the command directly using nx , or use npx nx , yarn nx , or pnpm nx ....
Read more >@jscutlery/semver - npm
Nx plugin for automate versioning and CHANGELOG generation.. Latest version: 2.29.0, last published: 16 days ago.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The reason in your case the
nx add
works, is because you are in an Angular CLI based project. This is the expected behavior.thanks for the quick issue resolution and great open source projects! have a look at
nx generate @ngneat/tailwind:nx-setup
command problems