Error during importing a script #10949
Unanswered
platinumindustries
asked this question in
Q&A
Replies: 1 comment 1 reply
-
importing npm packages through a CDN is a bit of an uneven experience -- each CDN does bits of transformations differently than the others. Some packages might work one CDN but not on another, while some packages simply might not work at all. My recommendation would be to try https://skypack.dev and https://esm.sh as well and see if that helps. Alternatively, since this seems to be an error during the type checking, you could also try running with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I Have posted this question on SO. I'm trying to import the couchbase nodejs client using jspm package manager/CDN but typescript keeps on complaining about TypeDoc params. Any help is appreciated.
I also cant use the nodejs compatibility layer as some libraries arent finished and it brings up more errors than just converting the package to ESM via jspm.
Beta Was this translation helpful? Give feedback.
All reactions