Skip to content

Commit

Permalink
docs: make it clearer that packageManager should be set as part of …
Browse files Browse the repository at this point in the history
…the upgrade to use yarn
  • Loading branch information
G-Rath committed Mar 9, 2024
1 parent b5cff78 commit f4d0e2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Changes since the last non-beta release.

- Use `package_json` gem to manage Node dependencies and commands, and use `npm` by default [PR 430](https://github.com/shakacode/shakapacker/pull/430) by [G-Rath](https://github.com/g-rath)

This enables support for package managers other than `yarn`, with `npm` being the default; see the readme for more details.
This enables support for package managers other than `yarn`, with `npm` being the default; to continue using Yarn,
specify it in `package.json` using the [`packageManager`](https://nodejs.org/api/packages.html#packagemanager) property.

- Remove `yarn_install` rake task, and stop installing js packages automatically as part of `assets:precompile` [PR 412](https://github.com/shakacode/shakapacker/pull/412) by [G-Rath](https://github.com/g-rath).

Expand Down

0 comments on commit f4d0e2e

Please sign in to comment.