Skip to content

Commit

Permalink
Tweak npm example description for cleaner links
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Perry committed May 25, 2022
1 parent 34f9efc commit ccaf2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba

## Node - npm

For npm, cache files are stored in `~/.npm` on Posix, or `~\AppData\npm-cache` on Windows, but it's possible to use `npm config get cache` to find the path on any platform. See https://docs.npmjs.com/cli/cache#cache for more details.
For npm, cache files are stored in `~/.npm` on Posix, or `~\AppData\npm-cache` on Windows, but it's possible to use `npm config get cache` to find the path on any platform. See [the npm docs](https://docs.npmjs.com/cli/cache#cache) for more details.

If using `npm config` to retrieve the cache directory, ensure you run [actions/setup-node](https://github.com/actions/setup-node) first to ensure your `npm` version is correct.

Expand Down

0 comments on commit ccaf2d8

Please sign in to comment.