Error while importing into ES6 module #375
pawel-marciniak
started this conversation in
General
Replies: 1 comment
-
Thanks for letting me know! Let's continue the discussion in #376, it looks like an issue in a downstream dependency. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have problem while importing:
import { Document, NodeIO } from '@gltf-transform/core';
it gives me:
I have "type": "module" in my package.json, I tried everything and I don't know why I have this error. I'm using Node 16.10.0.
Beta Was this translation helpful? Give feedback.
All reactions