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

issue with newer versions of node #24

Open
flightnc opened this issue Sep 4, 2022 · 0 comments
Open

issue with newer versions of node #24

flightnc opened this issue Sep 4, 2022 · 0 comments

Comments

@flightnc
Copy link

flightnc commented Sep 4, 2022

In trying to use this repro outright, there seems to be both updates to node and also discord where it's giving a 'node:events - module not found' when running the node v16.17.0 (LTS version of v16).

After backtracking and re-building under the tutorial, it appears that the culprit is in index.js -- specifically:
require = require("esm")(module/, options/);`
After commenting this out, it seems to run.

Tim, if you have an explanation, that would be helpful to better understand esm within this context.

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

1 participant