Problem Using NPM Libary monero-javascript #15106
Unanswered
MorrisonWill
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use Deno for a project that requires monero-javascript from NPM. I have tried a number of approaches for importing the libary, but none of them are working. Here's what I've tried and the error messages:
esm.sh import:
error: Import 'https://esm.sh/v86/web-worker@1.2.0/deno/web-worker.js' failed: 500 Internal Server Error
skypack.dev import:
error: Import 'https://cdn.skypack.dev/-/request-promise-core@v1.1.4-dr08nIDNxUdU34Emj04c/' failed: 401 Unauthorized
jspm.io import:
error: Uncaught NotSupported: Classic workers are not supported.
node modules folder with std/node:
error: Uncaught NotSupported: Classic workers are not supported.
Is there a way for me to import and use this library? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions