chatboxai / chatboxai/capacitor-stream-http
Update to Capacitor 8
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 6
- Forks
- 5
- Avg merge
- 27m
- Merged PRs (30d)
- 4
Description
It would be nice with a Capacitor v8 update.
The package works with 8, when you install it like this:
npm install --legacy-peer-deps
The errors:
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: capacitor-stream-http@0.1.0
npm error Found: @capacitor/core@8.3.0
npm error node_modules/@capacitor/core
...
npm error Could not resolve dependency:
npm error peer @capacitor/core@"^7.0.0" from capacitor-stream-http@0.1.0
npm error node_modules/capacitor-stream-http
npm error capacitor-stream-http@"0.1.0" from the root project
...
npm error Conflicting peer dependency: @capacitor/core@7.6.1
npm error node_modules/@capacitor/core
npm error peer @capacitor/core@"^7.0.0" from capacitor-stream-http@0.1.0
npm error node_modules/capacitor-stream-http
npm error capacitor-stream-http@"0.1.0" from the root project
...
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
Start by inspecting the package metadata that declares capacitor-stream-http's @capacitor/core peer dependency, then install the package with Capacitor 8 without --legacy-peer-deps. Verify that npm resolves the dependency successfully and that the existing package checks still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100