Jon Webb

Results 2 comments of Jon Webb

Enabling "type": "module" in `package.json` resolves this warning.

Sure @jrochkind, you can enable it in your own `package.json`. The `"type"` key is a Node.js-specific option, which you can find [documented here](https://nodejs.org/api/packages.html#type). Using the `"module"` value will cause Node.js...