okikio / okikio/bundlejs

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

Open
#83 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
915
Forks
19
PR merge metrics
No merged PRs in 30d

Description

👋 Hello!

I'm trying to build the library:

export { default } from "tafrigh@4.0.0";

It consistently fails due to:

✘ [ERROR] [getRequest] Failed at request (https://unpkg.com/jsonstream-next@3.0.0/)

TypeError: Failed to fetch [plugin http-url]

http-url:https://unpkg.com/jsonstream-next@3.0.0/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)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the build with the tafrigh@4.0.0 export snippet and inspect the http-url request path shown in the error. Check why unpkg cannot fetch jsonstream-next@3.0.0/bin.js; done means the reported library build completes without this fetch failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, typescript
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.