-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels