Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
69911bb
deps: add corepack
arcanis Sep 28, 2020
d6d7150
Upgrades corepack
arcanis Oct 3, 2020
4f5ffbb
Adds stubs for the translation keys
arcanis Oct 3, 2020
f429359
Updates the Node & OSX installers
arcanis Oct 3, 2020
3b05d19
Removes the yarn/pnpm shims by default
arcanis Oct 3, 2020
143637b
Adds tests
arcanis Oct 3, 2020
5241ce4
Fixes linting
arcanis Oct 3, 2020
869317d
Adds some missing wix references
arcanis Oct 6, 2020
6c0fc66
Bumps Corepack to its latest release
arcanis Oct 7, 2020
b23c945
Adds missing bat copies
arcanis Oct 7, 2020
8cd8465
Updates the license builder
arcanis Oct 7, 2020
3d1303d
Updates the license file
arcanis Oct 7, 2020
6be2f5f
Adds documentation
arcanis Oct 8, 2020
cefcd66
Bumps corepack to latest release
arcanis Oct 8, 2020
750c168
Fixes md linting
arcanis Oct 8, 2020
3113b58
Adds experimental notice
arcanis Oct 16, 2020
8014bdf
Update doc/api/corepack.md
arcanis Oct 19, 2020
2fc67bb
Updates the repository url
arcanis Oct 26, 2020
7b78560
Documents the packageManager field in packages.md
arcanis Nov 4, 2020
5d74b57
Linting
arcanis Nov 4, 2020
b913333
Addresses requests
arcanis Nov 4, 2020
cb89ac6
Adds a note about symlink overwriting
arcanis Nov 4, 2020
b33b13b
Linting
arcanis Nov 4, 2020
d7d5d85
Doc improvements
arcanis Nov 4, 2020
ae3d05b
Fixes an extra reference to Yarn / npm
arcanis Nov 4, 2020
704ea8c
Apply suggestions from code review
arcanis Nov 4, 2020
d23d9d9
Improves documentation
arcanis Nov 4, 2020
d8d6204
Fixes broken link
arcanis Nov 4, 2020
f9c9389
Adds a reference to packageManager
arcanis Nov 4, 2020
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
Prev Previous commit
Next Next commit
Adds a note about symlink overwriting
  • Loading branch information
arcanis committed Nov 4, 2020
commit cb89ac6ff46b53b22594ec16bf64e66feb27320f
9 changes: 3 additions & 6 deletions doc/api/corepack.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ systems.
### Enabling the feature

Due to its experimental status Corepack currently needs to be explicitly
enabled to have any effect. To do that, first make sure that neither Yarn nor
pnpm are installed (uninstall them if needed), then run:

```bash
corepack enable
```
enabled to have any effect. To do that simply run [`corepack enable`][], which
will set up the symlinks in your environment, next to the `node` binary
(and overwrite the existing symlinks if necessary).

From this point forward, any call to the `yarn`, `pnpm`, or `pnpx` binaries
will work without further setup. Should you experience a problem, just run
Expand Down