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
fs-extra released v10 and now it's broken with pkg. Here's the error I'm seeing:
TypeError: Cannot read property 'name' of undefined
at /snapshot/project/node_modules/universalify/index.js:15:26
at Object.<anonymous> (/snapshot/project/node_modules/fs-extra/lib/fs/index.js:57:27)
at Module._compile (pkg/prelude/bootstrap.js:1503:22)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Module.require (internal/modules/cjs/loader.js:952:19)
at Module.require (pkg/prelude/bootstrap.js:1409:31)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.<anonymous> (/snapshot/project/node_modules/fs-extra/lib/index.js:5:6)
fs-extrareleased v10 and now it's broken withpkg. Here's the error I'm seeing:Using
fs-extra@9doesn't have this problem.Originally posted by @fcastilloec in #850 (comment)