-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Installation fails on Windows 11 #118
Comments
dnys1
added a commit
to dnys1/setup-dart
that referenced
this issue
Dec 31, 2023
Fixes dart-lang#118 Ensures that downloads of the Dart SDK zip file carry the `.zip` extension so that subsequent calls to `Expand-Archive` on Windows succeed. ## Notes - Uses Dart `3.3.0-16.0.dev`. The current version (`3.3.0-5.0.dev`) is not published so I kept it to the closest published version. - The diff of `index.mjs` is quite large. I believe this is due to the version of Node I'm using (`20.7.0`). Happy to use a different version to keep the diff small, but wasn't sure which one is currently used.
dnys1
added a commit
to dnys1/setup-dart
that referenced
this issue
Dec 31, 2023
Fixes dart-lang#118 Ensures that downloads of the Dart SDK zip file carry the `.zip` extension so that subsequent calls to `Expand-Archive` on Windows succeed. ## Notes - Uses Dart `3.3.0-16.0.dev`. The current version (`3.3.0-5.0.dev`) is not published so I kept it to the closest published version. - The diff of `index.mjs` is quite large. I believe this is due to the version of Node I'm using (`20.7.0`). Happy to use a different version to keep the diff small, but wasn't sure which one is currently used.
Seems to be an issue in how I've opened #119 to resolve this. Please let me know if this is better resolved in the tool-cache repo instead. |
dnys1
added a commit
to dnys1/setup-dart
that referenced
this issue
May 1, 2024
Fixes dart-lang#118 Ensures that downloads of the Dart SDK zip file carry the `.zip` extension so that subsequent calls to `Expand-Archive` on Windows succeed. ## Notes - The diff of `index.mjs` is quite large. I believe this is due to the version of Node I'm using (`20.7.0`). Happy to use a different version to keep the diff small, but wasn't sure which one is currently used. This could be noted in `package.json` to ensure alignment with external contributions.
dnys1
added a commit
to dnys1/setup-dart
that referenced
this issue
Jun 10, 2024
Fixes dart-lang#118 Ensures that downloads of the Dart SDK zip file carry the `.zip` extension so that subsequent calls to `Expand-Archive` on Windows succeed. ## Notes - The diff of `index.mjs` is quite large. I believe this is due to the version of Node I'm using (`20.7.0`). Happy to use a different version to keep the diff small, but wasn't sure which one is currently used. This could be noted in `package.json` to ensure alignment with external contributions.
@devoncarew Thanks for taking care of the PR. Any chance we can have a new patch release |
Yup! I'm planning on doing that today. |
The fix for this was released as |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
When installing on Windows 11 (ARM64), I get the following error:
The text was updated successfully, but these errors were encountered: