Daniel Rotärmel

Results 6 comments of Daniel Rotärmel

I am on macOs Mojave and I have the same issue too. When trying to install pynvim with `:pyx from pip._internal import main; main(['install', '--user', 'pynvim'])` I get: ``` WARNING:...

for me adding `public-hoist-pattern[]=!@babel*` to the `.npmrc` fixed it

Same issue on multiple windows machines (no docker involved). Tried pnpm `8.8.0` `8.7.0` `8.10.0` (installed via `npm i -g pnpm`). Always getting an `ERR_PNPM_LINKING_FAILED Error: EPERM: operation not permitted, rename...

It seems like running Antivirus software could be the culprit https://github.com/npm/npm/issues/10826 https://github.com/npm/npm/issues/14027 Unfortunately this does not fix it https://github.com/npm/npm/issues/10826#issuecomment-379983430

Found a way around the file locking by the anti virus software. Rerunning pnpm install until antivirus is done checking the files. Note: after some experimentation that I found that...