Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corepack doc #17534

Merged
merged 1 commit into from
Feb 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/docs/guides/assets-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Parcel is the easiest way to build assets so far as it doesn't require any confi
1. Install the current 22.x version of [Node.js](https://nodejs.org/en/download). If you are already using a different version of Node.js for other projects, we recommend using Node Version Manager (see [here](https://github.com/nvm-sh/nvm) for the original project for *nix systems, and [here](https://github.com/coreybutler/nvm-windows) for Windows).
2. From the root of the repository, run the following commands. Be sure to indeed run **exactly** these, and verify that Yarn v4.6.x got installed.
```cmd
corepack enable
REM On Windows may require to run command shell with administrator privileges.
corepack enable
yarn
```

Expand Down