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
Receiving this error using the example code provided in the README:
D:\code\fwgs_pup\node_modules\proper-lockfile\lib\lockfile.js:213
onCompromised: (err) => { throw err; },
^
Error: Unable to update lock within the stale threshold
at D:\code\fwgs_pup\node_modules\proper-lockfile\lib\lockfile.js:136:25
at newFs.<computed> [as stat] (D:\code\fwgs_pup\node_modules\proper-lockfile\lib\adapter.js:20:13)
at Timeout._onTimeout (D:\code\fwgs_pup\node_modules\proper-lockfile\lib\lockfile.js:114:20)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7) {
code: 'ECOMPROMISED'
}
Node.js v21.6.1
The text was updated successfully, but these errors were encountered:
Receiving this error using the example code provided in the README:
The text was updated successfully, but these errors were encountered: