We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download/cloning fails with following error message:
Error: spawn /tmp/.mount_CloneaA0Kw0N/Resources/bin/wget ENOENT
How can I fix this?
Thank you ^^
The text was updated successfully, but these errors were encountered:
I was able to get past this by adding a symlink to my existing wget:
wget
# Change to app directory that was cloned cd Clonable/build # Add a symlink to wget mkdir -p linux/bin && cd linux/bin ln -s $(which wget) .
After doing that, it ran fine. Granted, I was missing a slightly different path to wget, but the fix is probably the same.
🙏 thank you, developer, for this excellent tool! It is very convenient for creating static copies of websites
Sorry, something went wrong.
No branches or pull requests
Download/cloning fails with following error message:
Error: spawn /tmp/.mount_CloneaA0Kw0N/Resources/bin/wget ENOENT
How can I fix this?
Thank you ^^
The text was updated successfully, but these errors were encountered: