Skip to content

Issues with peer dependencies found #7363

Open
@eltigerchino

Description

@eltigerchino

Describe the bug

Installing netlify-cli shows a warning regarding the @netlify/blobs not being within the specified semver range for unstorage.

mkdir netlify-cli-example
cd netlify-cli-example/
pnpm init
Wrote to /home/chewteeming/github/netlify-cli-example/package.json

{
  "name": "netlify-cli-example",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "packageManager": "[email protected]"
}
pnpm i -D netlify-cli
 WARN  1 deprecated subdependencies found: [email protected]
Packages: +886
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 933, reused 876, downloaded 10, added 886, done
 WARN  Issues with peer dependencies found
.
└─┬ netlify-cli 22.1.6
  └─┬ ipx 2.1.0
    └─┬ unstorage 1.16.0
      └── ✕ unmet peer @netlify/blobs@"^6.5.0 || ^7.0.0 || ^8.1.0": found 9.1.6

devDependencies:
+ netlify-cli 22.1.6

╭ Warning ───────────────────────────────────────────────────────────────────────────────────╮
│                                                                                            │
│   Ignored build scripts: @parcel/watcher, esbuild, netlify-cli, sharp, unix-dgram.         │
│   Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts.   │
│                                                                                            │
╰────────────────────────────────────────────────────────────────────────────────────────────╯

Done in 10.7s using pnpm v10.12.1

Steps to reproduce

mkdir netlify-cli-example
cd netlify-cli-example/
pnpm init
pnpm i -D netlify-cli

Configuration

No response

Environment

System:
OS: Linux 5.15 Ubuntu 22.04.5 LTS 22.04.5 LTS (Jammy Jellyfish)
CPU: (8) x64 AMD Ryzen 7 5800H with Radeon Graphics
Memory: 11.36 GB / 15.62 GB
Container: Yes
Shell: 5.8.1 - /usr/bin/zsh
Binaries:
Node: 20.19.2 - ~/.volta/tools/image/node/20.19.2/bin/node
npm: 10.8.2 - ~/.volta/tools/image/node/20.19.2/bin/npm
pnpm: 10.12.1 - ~/.volta/bin/pnpm
bun: 1.2.15 - ~/.bun/bin/bun
npmPackages:
netlify-cli: ^22.1.6 => 22.1.6

Metadata

Metadata

Assignees

Labels

type: bugcode to address defects in shipped code

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions