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 Jan 4, 2023. It is now read-only.
node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.10.2/canvas-v2.10.2-node-v108-android-unknown-arm.tar.gz
EDIT
I solve the problem with these modifications in install.sh file:
#!/usr/bin/bash
pkg install xorgproto
^^^^^^^^^^^^^^^^^^^^^
apt-get update
apt-get upgrade
apt-get install -y nodejs libwebp ffmpeg wget tesseract
wget -O ~/../usr/share/tessdata/ind.traineddata "https://github.com/tesseract-ocr/tessdata/blob/master/ind.traineddata?raw=true"
npm i --build-from-source
^^^^^^^^^^^^^^^^^^^
echo"[*] All dependencies have been installed, please run the command \"npm start\" to immediately start the script"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got this error when I ran
bash install.sh
node-pre-gyp ERR! install response status 404 Not Found on https://github.com/Automattic/node-canvas/releases/download/v2.10.2/canvas-v2.10.2-node-v108-android-unknown-arm.tar.gz
EDIT
I solve the problem with these modifications in
install.sh
file:The text was updated successfully, but these errors were encountered: