Skip to content

yarn install warnings & errors Rev 4 #39

@MikeMcC399

Description

@MikeMcC399

Situation

Attempting to install dependencies with Yarn succeeds and outputs warnings and deprecations. There are currently no vulnerabilities reported. See Logs below.

Environment

Component Version
Windows 11, 24H2
Node.js 22.19.0 LTS
Yarn 1.22.22
Python 3.13.5
Visual Studio Community 2022 - 17.14.14
Desktop development with C++

Steps to reproduce

git clone https://github.com/cypress-io/get-windows-proxy
cd get-windows-proxy
git clean -xfd # if repeating
yarn --no-lockfile

Logs


$ git clean -xfd # if repeating
yarn --no-lockfile
yarn install v1.22.22
[1/4] Resolving packages...
warning registry-js > prebuild-install > [email protected]: This package is no longer supported.
warning registry-js > prebuild-install > npmlog > [email protected]: This package is no longer supported.
warning registry-js > prebuild-install > npmlog > [email protected]: This package is no longer supported.
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning Workspaces can only be enabled in private projects.
[4/4] Building fresh packages...
Done in 14.24s.

Assessment

optionalDependencies

Warning Implication
[email protected] uses old prebuild-install@^5.3.5 versions - needs new release. See issue desktop/registry-js#287

devDependencies

No warnings for devDependencies

dependencies

No warnings for dependencies

Background

Yarn is used in .circleci/config.yml with yarn install and yarn test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions