vscode-jest icon indicating copy to clipboard operation
vscode-jest copied to clipboard

Jest causing: npm install fails on Windows with "EPERM, operation not permitted" error during rename

Open oodboo opened this issue 7 years ago • 5 comments

VS Code v1.27.1 Extension Jest

  1. 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.

oodboo avatar Sep 11 '18 05:09 oodboo

You can also just stop the Jest test runner. Still, it's a pain.

dfoverdx avatar Nov 18 '18 23:11 dfoverdx

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.

ricardo-cantu avatar Apr 26 '19 21:04 ricardo-cantu

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.

stevebaxter avatar Nov 08 '19 18:11 stevebaxter

Ideally a button that is "run all changed tests".

stevebaxter avatar Nov 08 '19 18:11 stevebaxter

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.

github-actions[bot] avatar Apr 10 '25 03:04 github-actions[bot]