You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this message a couple of times on Windows with 0.53.0 and node@6.5.0 after running pnpm i twice:
C:\Users\Vaughan\AppData\Roaming\nvm\v6.5.0\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\Vaughan\AppData\Roaming\nvm\v6.5.0\node_modules\pnpm\lib\node_modules\proper-lockfile\index.js:108:66)
at FSReqWrap.oncomplete (fs.js:123:15)
Maybe something to keep an eye on. Tricky to reproduce.
pnpm version: 0.53.0
Expected behavior:
Actual behavior:
Running pnpm@0.53.0 on windows errors:
---
C:\Users\Vaughan\AppData\Roaming\nvm\v6.5.0\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\Vaughan\AppData\Roaming\nvm\v6.5.0\node_modules\pnpm\lib\node_modules\proper-lockfile\index.js:108:66)
at FSReqWrap.oncomplete (fs.js:123:15)
Additional information:
node -v prints: 6.5.0
Windows, OS X, or Linux?: Windows
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I got this message a couple of times on Windows with 0.53.0 and node@6.5.0 after running
pnpm i
twice:Maybe something to keep an eye on. Tricky to reproduce.
pnpm version: 0.53.0
Expected behavior:
Actual behavior:
Additional information:
node -v
prints: 6.5.0The text was updated successfully, but these errors were encountered: