-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
- supersedes yarn install warnings & errors Rev 3 #34
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-lockfileLogs
$ 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
Labels
No labels