添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Started getting this error right now and noticed that the only difference in my builds was the new version of graceful-fs 4.1.7, which was released 20 min ago...

> cross-env NODE_ENV=production webpack --display-chunks --progress
C:\a\1\s\Source\PoeStats\node_modules\graceful-fs\polyfills.js:264
      if (stats.uid < 0) stats.uid += 0x100000000
TypeError: Cannot read property 'uid' of undefined
    at C:\a\1\s\Source\PoeStats\node_modules\graceful-fs\polyfills.js:264:16
    at FSReqWrap.oncomplete (fs.js:82:15)
  jakesjews, thieman, jsingle, MarkPieszak, dschoeni, ryanmt, awkaiser, bighuggies, and zerovox reacted with thumbs up emoji
  ztolley, thieman, MarkPieszak, jsingle, ryanmt, awkaiser, and AVVS reacted with confused emoji
    All reactions
      
f528729 introduced a bug in which `fs.stat()` would
crash when the underlying call failed, because the
accessing `uid` and `gid` fields of the resulting `stats`
struct was attempted, which is `undefined` for failing
calls.
Fixes: isaacs#90
Fixes: isaacs#89
Fixes: isaacs#88
jglamine, gzurbach, awkaiser, thieman, 4ossiblellc, addaleax, and lucaswiman reacted with thumbs up emoji jdiaz5513, awkaiser, and thieman reacted with laugh emoji thieman, awkaiser, and bighuggies reacted with hooray emoji All reactions