esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

Failed to import rxjs via ionic@cli

Open rotu opened this issue 4 years ago • 1 comments

Failing module

  • npm: https://www.npmjs.com/package/rxjs
  • npm: https://www.npmjs.com/package/@ionic/cli
deno run http://esm.sh/@ionic/cli

Error message

Download https://cdn.esm.sh/error.js?type=unsupported-nodejs-builtin-module&name=worker_threads&importer=write-file-atomic
Download https://cdn.esm.sh/error.js?type=unsupported-nodejs-builtin-module&name=dns&importer=socks-proxy-agent
Download https://cdn.esm.sh/v53/[email protected]/index.d.ts
Download https://cdn.esm.sh/error.js?type=unsupported-nodejs-builtin-module&name=dns&importer=pac-resolver
error: Import 'https://cdn.esm.sh/error.js?type=unsupported-nodejs-builtin-module&name=worker_threads&importer=write-file-atomic' failed: 500 Internal Server Error
    at https://cdn.esm.sh/v53/[email protected]/deno/write-file-atomic.js:2:186

Additional info

  • esm.sh version: v53
  • Deno version: 1.14.1

rotu avatar Sep 22 '21 19:09 rotu

getting this on v55:

➜ deno run http://esm.sh/@ionic/cli

Download https://cdn.esm.sh/error.js?type=unsupported-nodejs-builtin-module&name=worker_threads&importer=write-file-atomic
Download https://cdn.esm.sh/v55/[email protected]/index.d.ts
error: Relative import path "readline" not prefixed with / or ./ or ../ from "https://cdn.esm.sh/v55/@types/node/readline.d.ts"
    at https://cdn.esm.sh/v55/[email protected]/deno/write-file-atomic.js:2:233

v1rtl avatar Oct 31 '21 07:10 v1rtl