Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

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

ERR_UNSUPPORTED_ESM_URL_SCHEME when using aicommits #93

Closed
hamzaafridi opened this issue Feb 21, 2023 · 1 comment
Closed

ERR_UNSUPPORTED_ESM_URL_SCHEME when using aicommits #93

hamzaafridi opened this issue Feb 21, 2023 · 1 comment

Comments

@hamzaafridi
Copy link
Contributor

I am trying to use aicommits for the first time but it's returning this:

internal/modules/run_main.js:54
    internalBinding('errors').triggerUncaughtException(
                              ^

Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader

node version: 14.4
platform: debian 10

any help here would be highly appreciated.
Thanks

@privatenumber
Copy link
Collaborator

privatenumber commented Feb 21, 2023

Node v14.4 was released almost 3 years ago and is outdated, and hence why you're getting the ESM error.

Please update to to v14 LTS.

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

No branches or pull requests

2 participants