-
Notifications
You must be signed in to change notification settings - Fork 909
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
Update getting-started.md #4000
base: master
Are you sure you want to change the base?
Conversation
use esm module
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Which node version are you using? |
Closing because of missing feedback. Please re-open if wanted. |
I'm seeing this exact issue with node v20.11.1, after following the installation instructions. I think it's worth reopening.
|
I can confirm that changing the suffix from .js to .mjs fixes it for now. |
Thanks for your feedback. Can reproduce this now as well. |
Use esm module in getting started section
Description
failure just after copypasting from setup section
just use .mjs format to let node.js use esm
Motivation and Context
Usage examples
How Has This Been Tested?
Types of changes
Checklist: