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 was archived by the owner on Jan 11, 2023. It is now read-only.
I haven't seen this reported before, and it's not a bug in Sapper. It wouldn't surprise me if this were a network issue or a dropped connection, especially given that it's taking npx 20 seconds to download degit. If you're having trouble with degit, you can just download a zip of the appropriate branch.
Just in case, I’ll leave a decision suddenly who else comes across. There was the same problem. npm cache clean --force will not help because the broken one is not the npm cache, but the archive downloaded by degit. Since degit is trying to use the cache, it does not pump it. It is solved by deleting the degit folder which in linux is located on the $HOME/.degit path. Or you can delete the cache exactly svelte ~/.degit/github/sveltejs.
Windows7, node v10.16.3, npm 6.9.0
I run
npm cache clean --force
, but still have this problem, and I found the my-app folder is empty.But I can clone webpack's
The text was updated successfully, but these errors were encountered: