You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
For installing wrangler on Windows via cargo, the README fails to mention that openssl is a runtime external dependency; only perl is mentioned as a compile-time external dependency.
Environment
operating system: Windows 10 19042
output of rustc -V: rustc 1.50.0 (cb75ad5db 2021-02-10)
output of node -v: Not installed
output of wrangler -V: Reported error shows / wrangler 1.13.0 after fixing
Starting from a fresh windows install, installing the VS C++ tools, rustup, and Strawberry Perl as recommended by https://www.perl.org/get.html works for me without having to explicitly install openssl. Perhaps there's something about the way scoop installs perl that it doesn't include openssl?
Assuming I'm reading correctly that scoop install openssl worked for you, I'll add a note to the readme.
🐛 Bug Report
For installing
wrangler
on Windows viacargo
, the README fails to mention thatopenssl
is a runtime external dependency; onlyperl
is mentioned as a compile-time external dependency.Environment
rustc -V
:rustc 1.50.0 (cb75ad5db 2021-02-10)
node -v
: Not installedwrangler -V
: Reported error shows /wrangler 1.13.0
after fixingwrangler.toml
N/ASteps to reproduce
rustup
- https://rustup.rs/scoop
- https://scoop.sh/perl
external dependency:scoop install perl
wrangler
:cargo install wrangler
(which succeeds)wrangler login
(error appears)The issue can be fixed by installing
openssl
external dependency:scoop install openssl
What did you expect to see?
The usual login message on the CLI:
What did you see instead?
This error in a popup window (screenshot attached):
The text was updated successfully, but these errors were encountered: