Skip to content

Commit

Permalink
Manage this Node.js package with version 3.6.0 of Yarn
Browse files Browse the repository at this point in the history
done with version 1.22.19 of Yarn:

```Shell
yarn --version
```
```
1.22.19
```

```Shell
yarn set version -- 3.6.0
```
```
warning package.json: No license field
➤ YN0000: Retrieving https://repo.yarnpkg.com/3.6.0/packages/yarnpkg-cli/bin/yarn.js
➤ YN0000: Saving the new release in .yarn/releases/yarn-3.6.0.cjs
➤ YN0000: Done in 0s 668ms
```

afterwards, Yarn honours the setting `yarnPath` in its configuration
file `.yarnrc.yml`:

```Shell
yarn --version
```
```
3.6.0
```

Yarn does not support the extension `*.yaml` for its configuration file.

The setting `packageManager` in `package.json` admits a checksum. In
this case, a checksum is not necessary, because Yarn is committed to the
repository.

nodejs/corepack#231
  • Loading branch information
kalrish committed Jun 26, 2023
1 parent e45b59e commit 990f3e4
Show file tree
Hide file tree
Showing 3 changed files with 881 additions and 0 deletions.
Loading

0 comments on commit 990f3e4

Please sign in to comment.