Can't build library due to not able to fetch jsonstream-next
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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