Skip to content

Commit 05e77a9

Browse files
jonasfjCommit Queue
authored and
Commit Queue
committed
Document relocation of PUB_CACHE.
See: #52386 Change-Id: I48149aeeea5a78ea2c1d9d7b3b9df8d48ed2310e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/303321 Reviewed-by: Alexander Thomas <[email protected]> Auto-Submit: Jonas Jensen <[email protected]> Commit-Queue: Jonas Jensen <[email protected]>
1 parent 022d92e commit 05e77a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,11 @@ using Dart version 2.19, before upgrading to Dart version 3.0.
528528
- `dart pub get` and related commands will now by default also update the
529529
dependencies in the `example` folder (if it exists). Use `--no-example` to
530530
avoid this.
531+
- On Windows the `PUB_CACHE` has moved to `%LOCALAPPDATA%`, since Dart 2.8 the
532+
`PUB_CACHE` has been created in `%LOCALAPPDATA%` when one wasn't present.
533+
Hence, this only affects users with a `PUB_CACHE` created by Dart 2.7 or
534+
earlier. If you have `path/to/.pub-cache/bin` in `PATH` you may need to
535+
update your `PATH`.
531536

532537
## 2.19.6 - 2023-03-29
533538

0 commit comments

Comments
 (0)