Jest causing: npm install fails on Windows with "EPERM, operation not permitted" error during rename
VS Code v1.27.1 Extension Jest
- Operating system: Windows 10
tried installing axios with: npm install --save axios
resulting error npm install fails on Windows with "EPERM, operation not permitted" error during rename
I disabled Jest extension, and everything worked well.
You can also just stop the Jest test runner. Still, it's a pain.
Extension is holding on to too many files and is causing other EPERM problems as well i.e. nodemon + next.js doesn't work with this extension installed.
I'm seeing problems with Rollup on Windows where the Jest extension is trying to do stuff at the same time as the main build and causing EPERM errors in both the build and the Jest extension. We need a quick way of stopping and starting the Jest auto-runs.
Ideally a button that is "run all changed tests".
This issue has been inactive for over a year and has been marked as stale. It will be automatically closed in 30 days if no further activity occurs. Since significant changes have occurred in the codebase, please open a new issue with updated details if the problem still persists.