I’m attempting to upgrade to version 3.0 using the ghost-cli and keep getting errors.
I’m using nvm to force use of node 10.13.0
`nvm exec v10.13.0 ghost update
Running node v10.13.0 (npm v6.4.1)
Checking system Node.js version
Ensuring user is not logged in as ghost user [skipped]
Checking if logged in user is directory owner [skipped]
Checking current folder permissions
Checking memory availability
One or more errors occurred.
- Checking system Node.js version
Message: The directory /home/shitpickle/.nvm/versions/node/v10.13.0/bin/node is not readable by other users on the system.
This can cause issues with the CLI, you must either make this directory readable by others or install node and Ghost-CLI in another location.
Debug Information:
OS: Debian, v9.9
Node Version: v10.13.0
Ghost-CLI Version: 1.12.0
Environment: production
Command: ‘ghost update’
Try running ghost doctor to check your system for known issues.`
ghost -v
Ghost-CLI version: 1.12.0
Ghost version: 2.30.2 (at /var/www/decentralized-internet.com)
I tried running with GHOST_NODE_VERSION_CHECK=false although it doesn’t appear this works anymore.
Thanks