glimmerjs / glimmer-vm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't `import()` package

fisker opened this issue · comments

> await import('@glimmer/util')
(node:27112) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)

Missing "type": "module" in package.json files.