Skip to content

[Bug] missing some packages #8012

@MarkYnx

Description

@MarkYnx

📱 Interface Affected

Which application are you experiencing issues with?


🧩 App Version

  • Version : 6f3592a
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions