- Installed Ubuntu 18.04
- Created Ubuntu User (local), added to sudo users
- Installed Node.js
- Installed Ghost CLI
npm install ghost-cli@latest -g
- Mounted C drive
cd /mnt/c/Users/user/Documents/
- Created and navigated to new directory
ghost
ghost install local
Fails here:
user@BLACKBOX1:/mnt/c/users/user/documents/ghost$ ghost install local✔ Checking system Node.js version✔ Checking current folder permissions✔ Checking memory availability✔ Checking for latest Ghost version✔ Setting up install directory✖ Downloading and installing Ghost v3.34.0An error occurred.Message: 'EPERM: operation not permitted, utime '/mnt/c/users/user/documents/ghost/versions/3.34.0/LICENSE''Debug Information: OS: Ubuntu, v18.04.5 LTS Node Version: v12.18.4 Ghost-CLI Version: 1.14.1 Environment: development Command: 'ghost install local'Additional log info available in: /home/user/.ghost/logs/ghost-cli-debug-2020-09-24T12_41_59_323Z.logTry running ghost doctor to check your system for known issues.You can always refer to https://ghost.org/docs/api/ghost-cli/ for troubleshooting.
Tried sudo ghost install, just in case, and get:
user@BLACKBOX1:/mnt/c/users/user/documents/ghost$ sudo ghost install localYou can't run commands as the 'root' user.Switch to your regular user, or create a new user with regular account privileges and use this user to run 'ghost install'.For more information, see https://ghost.org/docs/install/ubuntu/#create-a-new-user-.