bundlejs icon indicating copy to clipboard operation
bundlejs copied to clipboard

Can't build library due to not able to fetch jsonstream-next

Open ragaeeb opened this issue 7 months ago • 0 comments

👋 Hello!

I'm trying to build the library:

export { default } from "[email protected]";

It consistently fails due to:

✘ [ERROR] [getRequest] Failed at request (https://unpkg.com/[email protected]/)

TypeError: Failed to fetch [plugin http-url]

http-url:https://unpkg.com/[email protected]/bin.js:3:25:

      3 │ var JSONStream = require("./");
        ╵                          ~~~~

(if you are having trouble solving this issue, please create a new issue in the repo, https://github.com/okikio/bundle)

ragaeeb avatar Apr 08 '25 22:04 ragaeeb