Eric L. Goldstein

Results 13 comments of Eric L. Goldstein

From reading through the [documentation on handling packages in Node.js](https://nodejs.org/docs/latest-v16.x/api/packages.html), it should be handling this "automatically" when you import a package path. Perhaps I'm missing something?

> A few more questions: > > 1. Does your package have `main` defined in package.json? > > 2. Does your package have `type` defined in package.json? > > 3....

Confirmed I'm seeing the same exact errors in my project too. Thank you for reporting.