Skip to content

Commit

Permalink
(docs): Add corepack instructions to README.md (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatethurston and Stratus3D authored Nov 21, 2023
1 parent 150ec5d commit c5b7c40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,13 @@ asdf nodejs resolve lts --latest-installed
# Outputs the latest version available for download which is a LTS
asdf nodejs resolve lts --latest-available
```

## Corepack

If you're using Node.js' [corepack](https://nodejs.org/api/corepack.html) to install `yarn` or `pnpm`, you'll need to reshim after running `corepack prepare`, example:

```bash
corepack enable
corepack prepare pnpm@latest --activate
asdf reshim nodejs
```

0 comments on commit c5b7c40

Please sign in to comment.