Workflow fails when adding ngneat/tailwind to multiple projects.
See original GitHub issueI’m submitting a…
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
ng add @ngneat/tailwind --project application-1
- It successfully adds tailwind to application-1
ng add @ngneat/tailwind --project application-2
- It fails to add tailwind to application-2 because webpack.config.js and tailwind.config.js already exists.
- It’s the same for NX workspaces too.
Expected behavior
ng add @ngneat/tailwind --project application-1
- It successfully adds tailwind to application-1
ng add @ngneat/tailwind --project application-2
- It should add tailwind to application-2 and ignore the already existing webpack.config.js and tailwind.config.js.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Issues · ngneat/tailwind - GitHub
A schematic that adds Tailwind CSS to Angular applications - Issues · ngneat/tailwind.
Read more >Setup TailwindCSS in Angular the easy way
Installing TailwindCSS (Angular version < 11.2.0) · First step is to run the following schematic in your Angular project: ng add @ngneat/tailwind.
Read more >Using with Preprocessors - Tailwind CSS
A guide to using Tailwind with common CSS preprocessors like Sass, Less, and Stylus.
Read more >How to add Tailwind CSS to your NX Angular Workspace
Tailwind CSS is a superb utility first CSS framework that has taken the world of component first development by storm.
Read more >Add Tailwind CSS To Your Angular Project - Oodles ERP
run the below command in your Angular project directory and press enter. ng add @ngneat/tailwind.
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
Thanks for reporting!
@beeman yup most likelt a try catch there would work