-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Verify latest release
- I verified that the issue exists in the latest pnpm release
pnpm version
8.9.2
Which area(s) of pnpm are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
- Have lockfile with merge confilct
- Try to install.
- Fails with error of renaming of random package
Describe the Bug
Produced errors.
ERR_PNPM_LINKING_FAILED Error: EPERM: operation not permitted, rename 'D:\Projects\work\Oone.World\trucks-driver-app\packages\location-watcher\node_modules\metro-minify-uglify_tmp_32504' -> 'D:\Projects\work\Oone.World\trucks-driver-app\packages\location-watcher\node_modules\metro-minify-uglify'
or with another:
ERR_PNPM_LINKING_FAILED Error: EPERM: operation not permitted, rename 'D:\Projects\work\Oone.World\trucks-driver-app\node_modules\@react-native-firebase\app_tmp_6680' -> 'D:\Projects\work\Oone.World\trucks-driver-app\node_modules\@react-native-firebase\app
npmrc:
shamefully-hoist=true
node-linker=hoisted
Expected Behavior
Install is not failing.
All works correctly for 8.7.6 version
Which Node.js version are you using?
18.18.0
Which operating systems have you used?
- macOS
- Windows
- Linux
If your OS is a Linux based, which one it is? (Include the version if relevant)
No response
wtchnm, thedevharsh, tl-frameplay and FahriDevZlvjiaxuan