Replies: 3 comments 14 replies
-
Upgrade typescript, make sure your node.js is up to date. Make sure your babels, webpacks etc support subpath exports. |
Beta Was this translation helpful? Give feedback.
-
I had this same error with in my case, the experimental produced :
what is strange to me is subpaths work with other packages. ex: import Avatar from "@material-ui/core/Avatar";
import Typography from "@material-ui/core/Typography"; @panva thank you very much for your library! I hope this info helps. |
Beta Was this translation helpful? Give feedback.
-
I'm done waiting for these ecosystems to catch up. jose v4.x will be coming out today/tomorrow with only top level named exports that solve all these tools' problems. |
Beta Was this translation helpful? Give feedback.
-
Hey all,
I've added jose (3.5.1) as a dependency to my typescript project, getting the following error when compiling:
when I try to use
import createRemoteJWKSet from 'jose/jwks/remote';
Has anyone encountered it before?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions