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
Marp Core v1.0.0 throws TypeError: z is not a function just by calling require('@marp-team/marp-core').
> require('@marp-team/marp-core')
Thrown:
TypeError: z is not a function
at Object.<anonymous> (/Users/yhatt/Programs/marp-team/marp-cli/node_modules/@marp-team/marp-core/lib/marp.js:1:941)
at Module._compile (internal/modules/cjs/loader.js:955:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10)
at Module.load (internal/modules/cjs/loader.js:811:32)
at Function.Module._load (internal/modules/cjs/loader.js:723:14)
at Module.require (internal/modules/cjs/loader.js:848:19)
at require (internal/modules/cjs/helpers.js:74:18)
Thrown:
TypeError: plugin$1 is not a function
at Object.<anonymous> (/Users/yhatt/Programs/marp-team/marp-core/lib/marp.js:70:18)
at Module._compile (internal/modules/cjs/loader.js:955:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10)
at Module.load (internal/modules/cjs/loader.js:811:32)
at Function.Module._load (internal/modules/cjs/loader.js:723:14)
at Module.require (internal/modules/cjs/loader.js:848:19)
at require (internal/modules/cjs/helpers.js:74:18)
Marp Core v1.0.0 throws
TypeError: z is not a function
just by callingrequire('@marp-team/marp-core')
.The same issue has reported in marp-team/marp-cli#198 and marp-team/marp-react#19.
The text was updated successfully, but these errors were encountered: