Uniswap / Uniswap/interface

[Bug] missing some packages

Open
#8,012 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
5.5k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

📱 Interface Affected

Which application are you experiencing issues with?


🧩 App Version

  • Version : 6f3592ac21cf1485d7adc12f4d4283691dd3428d
  • Production build
  • Development build

💻 System / Environment Info

Please provide details about your environment:

  • Browser (name + version): N/A (Build-time error)
  • OS / Platform (e.g. iOS 17, Windows 11, Android 14): Macos
  • Device (e.g. iPhone 14 Pro, Pixel 7, MacBook Pro 2023): Bun v1.3.1
  • Wallet used (e.g. Uniswap Wallet, MetaMask, Rainbow): Bun
  • Network (e.g. Ethereum Mainnet, Arbitrum, Base, etc.): N/A (Build-time error)

🔁 Steps to Reproduce

  1. Clone the repository and switch to branch web/5.136.3.
  2. Run bun install.
  3. Observe workspace error: Workspace not found "tools/uniswap-nx".
  4. Observe 404 error for private package @uniswap/client-privy-embedded-wallet.
  5. Run bunx nx run @universe/web:dev.

✅ Expected Behavior

What should have happened?
The development environment should be buildable for external contributors.

❌ Actual Behavior

What actually happened?
The build and installation process fails due to missing directories and inaccessible private packages.
The root package.json defines:
"workspaces": ["apps/", "packages/", "config/", "tools/uniswap-nx", "labs/"]
However, the directories tools/uniswap-nx and labs/ are missing from the public repository, causing the package manager to throw "Workspace not found" errors.
The project depends on @uniswap/client-privy-embedded-wallet and @uniswap/client-embeddedwallet, which return 404 Not Found from the public registry. This blocks Vite from resolving imports in packages/uniswap/src/data/rest/embeddedWallet/requests.ts.


📸 Screenshots or Screen Recording

Please upload any relevant screenshots or recordings to help us understand the issue better.


🧾 Additional Context

Any extra details? (e.g. logs, error messages, recent updates, beta flags enabled, etc.)


⚠️ Please redact or avoid sharing sensitive data such as private keys, seed phrases, or personally identifying info.

Contributor guide

Open the contributing guide

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

Start by running bun install on branch web/5.136.3 and inspect the workspace entries in the root package.json, especially tools/uniswap-nx and labs/. Then trace the unresolved imports from packages/uniswap/src/data/rest/embeddedWallet/requests.ts and verify whether the private packages are available. Done means external contributors can install dependencies and run bunx nx run @universe/web:dev.

Written by the indexing model from the issue text.

Assessment

Tech stack
bun, typescript, vite
Domain
build-system
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.