Closed
Description
Code to reproduce
pnpm install
Actual behavior:
pnpm starts to install packages in node_modules/.resolutions then fails with only 300 of them installed (1000 to be installed). node.exe process memory goes up to 800MB and exits with the following error.
Running the command again installs a few more packages each time (around 5). Please note that i have 11GB RAM free before running the command :)
C:\Users\aecz\AppData\Roaming\nvm\v6.9.4\node_modules\pnpm\lib\node_modules\proper-lockfile\index.js:180
compromised = compromised || function (err) { throw err; };
^
Error: Unable to update lock within the stale threshold
at options.fs.utimes (C:\Users\aecz\AppData\Roaming\nvm\v6.9.4\node_modules\pnpm\lib\node_modules\proper-lockfile\index.js:108:66)
at FSReqWrap.oncomplete (fs.js:123:15)
Additional information:
- pnpm 0.50.0
- node 6.9.4
- Windows 7