Stuck at Preparing to download
See original GitHub issue- I’ve asked for help in the Truffle Gitter before filing this issue.
I did, but didn’t get an immediate response and I’m moving on for now and didn’t want the question lost.
Issue
Attempting to truffle init
on Windows in Powershell prompt stalls indefinitely on Preparing to download
.
Steps to Reproduce
mkdir truffle
cd truffle
npm install truffle
npx truffle init
Expected Behavior
Truffle to initialize the directory.
Actual Results
This directory is non-empty...
? Proceed anyway? Yes
- Preparing to download
Environment
- Operating System: Windows 10
- terminal: Powershell
- Ethereum client: N/A
- Truffle version (
truffle version
): v5.0.15 - node version (
node --version
): v10.15.0 - npm version (
npm --version
): 6.4.1
Issue Analytics
- State:
- Created 4 years ago
- Comments:43 (25 by maintainers)
Top Results From Across the Web
Stuck at Preparing to download 4% : r/PS4 - Reddit
Stuck at Preparing to download 4% ... Cancel the download and retry. If it doesn't work delete the game and reinstall. ... Just...
Read more >Ps4 Stuck At : Preparing to download .. (10%) - PlayStation 4
So I'm downloading uncharted 4 (1.11) patch and ps4 is stuck at preparing to download. Any suggestions? Leera 6 years ago#2. did you...
Read more >safari stuck on preparing to download? - Apple Community
The only way to clear the stuck download is to restart the computer but then I have no downloaded file.
Read more >Xbox App Stuck at Preparing Screen? Apply These 6 Fixes Now
Are downloads stuck at the preparing screen in Xbox app? Reset the store cache, run the built-in troubleshooter, amongst other fixes here.
Read more >Updates or Applications Stuck at Preparing to download or fail ...
This guide covers how to resolve SCCM clients stuck at Preparing to download or when downloads fail with with error 0x87D00669 or ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Got same issue. That worked for me:
truffle init --force
I had the same error three times this evening.
To resolve, I navigated to the directory (my project folder) where I was running truffle init from. Deleted all the files, then tried running truffle init in that folder again.
It works.