18 lines
838 B
Markdown
18 lines
838 B
Markdown
|
# Breaking changes
|
||
|
|
||
|
This document contains a list of _breaking changes_ for Pinafore. For a full changelog, see [the GitHub release page](https://github.com/nolanlawson/pinafore/releases).
|
||
|
|
||
|
## 1.0.0
|
||
|
|
||
|
**Breaking change:** This version [switches Pinafore from npm to yarn](https://github.com/nolanlawson/pinafore/pull/927). Those who self-host Pinafore will need to make the following changes:
|
||
|
|
||
|
1. [Install yarn](https://yarnpkg.com/en/docs/install) if you haven't already.
|
||
|
2. Instead of `npm install`, run `yarn --pure-lockfile`.
|
||
|
|
||
|
This change fixes [a functional bug in Webpack](https://github.com/nolanlawson/pinafore/pull/926). If you use npm instead of yarn, Pinafore may not build correctly.
|
||
|
|
||
|
### Notes:
|
||
|
|
||
|
- Using `yarn start` instead of `npm start` should not make a difference.
|
||
|
- Those using Docker shouldn't need to change anything.
|