Describe the bug
Visual Code Tailwind Extension breaks application pipeline on Windows.
To Reproduce
Steps to reproduce the behavior:
- Have Tailwind CSS IntelliSense activated in your Visual Code.
- Go to
./turing-react directory
- Run
npm ci --no-audit --no-fund || npm install --no-audit --no-fund
- Run
npm ci --no-audit --no-fund || npm install --no-audit --no-fund again.
Desktop (please complete the following information):
From what I have investigated, the culprit seems to be the tailwind extension, that blocks the access of tailwind package file by watching it.
Describe the bug
Visual Code Tailwind Extension breaks application pipeline on Windows.
To Reproduce
Steps to reproduce the behavior:
./turing-reactdirectorynpm ci --no-audit --no-fund || npm install --no-audit --no-fundnpm ci --no-audit --no-fund || npm install --no-audit --no-fundagain.Desktop (please complete the following information):
From what I have investigated, the culprit seems to be the tailwind extension, that blocks the access of tailwind package file by watching it.