The specific error I’m getting is
error An unexpected error occurred: “https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz: ESOCKETTIMEDOUT”.
I ran ghost install --verbose in /var/www/ghost after giving the pi account permissions on the folder.
Ghost version: 3.30.0
NPM version: 6.14.8
Node version: 10.21.8
I’ve tried wiping the ghost directory a couple times and re-running the installer, but it takes a long time to do and every time Yarn whines about a timeout error
I ran Ghost Buster to clear the Yarn cache.
I also tried installing yarn with apt-get and then running “yarn install --network-timeout 1000000”, which got me “yarn: error: no such option: --network-timeout”
Is there a way to install yarn and increase the timeout manually, or just stick the file on there (I can defiinitely download it on my chromebook on the same network) and continue the installation, or maybe somehow manually install ghost?