base / base/demos

Npm warning on new-mini-app-quickstart

Open
#69 6 comments 2 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
92
Forks
137
Avg merge
2h 55m
Merged PRs (30d)
4

Description

```bash
new-mini-app-quickstart git:(main) npm install
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: use-sync-external-store@1.2.0
npm warn Found: react@19.1.1
npm warn node_modules/react
npm warn react@"^19.0.0" from the root project
npm warn 48 more (zustand, @coinbase/onchainkit, zustand, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || ^17.0.0 || ^18.0.0" from use-sync-external-store@1.2.0
npm warn node_modules/valtio/node_modules/use-sync-external-store
npm warn use-sync-external-store@"1.2.0" from valtio@1.13.2
npm warn node_modules/valtio
npm warn
npm warn Conflicting peer dependency: react@18.3.1
npm warn node_modules/react
npm warn peer react@"^16.8.0 || ^17.0.0 || ^18.0.0" from use-sync-external-store@1.2.0
npm warn node_modules/valtio/node_modules/use-sync-external-store
npm warn use-sync-external-store@"1.2.0" from valtio@1.13.2
npm warn node_modules/valtio
npm warn deprecated @paulmillr/qr@0.2.1: The package is now available as "qr": npm install qr
```

I know these are just warning but I can resolve and contribute?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by running npm install in new-mini-app-quickstart and inspect the dependency declarations responsible for react, valtio, and use-sync-external-store. Trace the peer-dependency and deprecated-package warnings, then verify that installation completes without the reported warnings.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, react, typescript
Domain
build-system, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.