Hi, having already created a vagrant AT install successfully I decided to install it on a colleagues machine. I followed the same steps as before;
I am coming up against an error during the initial 'vagrant up' process which halts the installation:
==> default: [PM2] Spawning PM2 daemon
==> default: [PM2] PM2 Successfully daemonized
==> default: [PM2][ERROR] JSON processes.json not found
==> default: ┌─────────┬────┬─────┬────┬───────┬────────┬───────┬───────┬───────┐
==> default: │ App name │ id │ mode │ pid │ status │ restart │ uptime │ memory │ watching │
==> default: └─────────┴───┴──────┴─────┴───────┴────────┴───────┴───────┴──────┘
==> default: Use `pm2 show <id|name>` to get more details about an app
The SSH command responded with a non-zero exit status. Vagrant assumes that this
means the command failed. The output for this command should be in the log above.
Please read the output to determine what went wrong.
c:\adapt_authoring>
any help on this? JSON processes.json is definitely in the correct folder.