gleam-wisp / wisp

🧚 A practical web framework for Gleam
https://gleam-wisp.github.io/wisp/
Apache License 2.0
651 stars 31 forks source link

Failure opening tar archive #65

Closed aiwaki closed 4 months ago

aiwaki commented 4 months ago

This error does not occur with other packages:

PS D:\Projects\gleam\my_project> gleam add wisp 
  Resolving versions
Downloading packages
error: Failure opening tar archive

There was a problem when attempting to expand a to a tar archive.    

This was error from the tar library:

    Unable to locate Hex package contents.tar.gz

Or just run gleam run in any of the examples to get the same error.

So far, I've only tried restarting my computer and reinstalling Gleam, but it hasn't helped.

lpil commented 4 months ago

Hello! This is unrelated to Wisp, could you open it in the Gleam repo please and include information on your system (OS, filesystem, etc) as well as the output with the GLEAM_LOG environment variable set to trace. Thank you