File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -219,12 +219,12 @@ On Windows PowerShell, you can add functions using the `$PROFILE` automatic
219219variable:
220220
221221``` powershell
222- echo " function yarn { corepack yarn `$ args }" >> $PROFILE
223- echo " function yarnpkg { corepack yarnpkg `$ args }" >> $PROFILE
224- echo " function pnpm { corepack pnpm `$ args }" >> $PROFILE
225- echo " function pnpx { corepack pnpx `$ args }" >> $PROFILE
226- echo " function npm { corepack npm `$ args }" >> $PROFILE
227- echo " function npx { corepack npx `$ args }" >> $PROFILE
222+ echo ' function yarn { corepack yarn @ args }' >> $PROFILE
223+ echo ' function yarnpkg { corepack yarnpkg @ args }' >> $PROFILE
224+ echo ' function pnpm { corepack pnpm @ args }' >> $PROFILE
225+ echo ' function pnpx { corepack pnpx @ args }' >> $PROFILE
226+ echo ' function npm { corepack npm @ args }' >> $PROFILE
227+ echo ' function npx { corepack npx @ args }' >> $PROFILE
228228```
229229
230230### ` corepack disable [... name] `
You can’t perform that action at this time.
0 commit comments