Skip to content

feat: add support for load package via require()#71

Open
tugay-radity wants to merge 1 commit intoSoftwareBrothers:masterfrom
tugay-radity:feat/require-support
Open

feat: add support for load package via require()#71
tugay-radity wants to merge 1 commit intoSoftwareBrothers:masterfrom
tugay-radity:feat/require-support

Conversation

@tugay-radity
Copy link

With Node.js's new experimental flag --experimental-require-module it is possible to require() ECMAScript modules into CommonJS. For more information, see the Node.js documentation.

However without having require added to the exports the cjs loader throws Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in .../node_modules/@adminjs/typeorm/package.json

To resolve the issue, require path added to the package.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant