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
{{ message }}
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
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-extra
released v10 and now it's broken withpkg
. Here's the error I'm seeing:Using
fs-extra@9
doesn't have this problem.Originally posted by @fcastilloec in #850 (comment)
The text was updated successfully, but these errors were encountered: