unkeyed / unkey

Open source API management platform
https://go.unkey.com
Other
4.23k stars 501 forks source link

Installation error in turbo monorepo #313

Closed jjrise closed 1 year ago

jjrise commented 1 year ago

Preliminary Checks

Reproduction / Replay Link (Optional)

No response

Description

Steps to reproduce:

pnpm add @unkey/hono --filter @acme/server

Expected behavior:

installation to occur inside the specified packge inside my monorepo

Actual behavior:

This error happened while installing the dependencies of @unkey/hono@0.9.9

The latest release of @unkey/api is "0.9.9".

Other releases are:
  * canary: 0.9.9-canary.0

If you need the full list of all 59 published versions run "$ pnpm view @unkey/api versions".
../..                                    | Progress: resolved 295, reused 276, downloaded 0, added 0

Environment

System:
    OS: macOS 14.0
    CPU: (10) arm64 Apple M1 Pro
    Memory: 273.67 MB / 16.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 18.17.1 - /usr/local/bin/node
    Yarn: 3.6.2 - /opt/homebrew/bin/yarn
    npm: 9.6.7 - /usr/local/bin/npm
    pnpm: 8.7.4 - ~/Library/pnpm/pnpm
  Browsers:
    Chrome: 117.0.5938.92
    Edge: 111.0.1661.44
    Safari: 17.0
  npmPackages:
    @emotion/react: ^11.11.1 => 11.11.1
    @emotion/styled: ^11.11.0 => 11.11.0
    @google-cloud/storage: ^6.12.0 => 6.12.0
    @manypkg/cli: ^0.19.2 => 0.19.2
    @mui/material: ^5.14.0 => 5.14.4
    @mui/x-data-grid: ^5.17.26 => 5.17.26
    @react-email/button: 0.0.10 => 0.0.10
    @react-email/components: 0.0.7 => 0.0.7
    @react-email/html: 0.0.4 => 0.0.4
    @acme/admin: workspace:^0.1.0 => 0.1.0
    @acme/merchant: workspace:^0.1.0 => 0.1.0
    @stripe/react-stripe-js: ^1.16.5 => 1.16.5
    @stripe/stripe-js: ^1.54.1 => 1.54.2
    @types/formidable: ^2.0.6 => 2.0.6
    @types/react-image-gallery: ^1.2.0 => 1.2.0
    @types/sharp: ^0.31.1 => 0.31.1
    @typescript-eslint/eslint-plugin: ^5.62.0 => 5.62.0
    @typescript-eslint/parser: ^5.62.0 => 5.62.0
    @upstash/ratelimit: ^0.4.3 => 0.4.3
    @upstash/redis: ^1.22.0 => v1.22.0
    base64-js: ^1.5.1 => 1.5.1
    class-variance-authority: ^0.6.1 => 0.6.1
    clsx: ^1.2.1 => 1.2.1
    eslint: ^8.45.0 => 8.46.0
    formidable: ^2.1.2 => 2.1.2
    lucide-react: ^0.221.0 => 0.221.0
    postcss: ^8.4.26 => 8.4.27
    prettier: ^2.8.8 => 2.8.8
    prettier-plugin-tailwindcss: ^0.1.13 => 0.1.13
    react-email: 1.9.4 => 1.9.4
    react-image-gallery: ^1.2.12 => 1.3.0
    resend: ^0.17.2 => 0.17.2
    sharp: ^0.31.3 => 0.31.3
    stripe: ^13.3.0 => 13.3.0
    tailwind-merge: ^1.14.0 => 1.14.0
    tailwindcss: ^3.3.3 => 3.3.3
    tailwindcss-animate: ^1.0.6 => 1.0.6
    turbo: ^1.10.8 => 1.10.12
    typescript: ^4.9.5 => 4.9.5
perkinsjr commented 1 year ago

hey @jjrise this should be resolved now. Can you try pnpm add @unkey/hono@latest

jjrise commented 1 year ago

yep, works... thanks!