Hello,
I can’t get past this issue:
oclif:config config done +2ms
oclif:config start init hook +0ms
oclif:config init hook done +0ms
oclif:config runCommand start +1ms
oclif:config start command_not_found hook +0ms
oclif:config command_not_found hook done +0ms
› Error: command start not found
oclif:error Error: command start not found
package.json
“scripts”: {
“start”: “n8n”
},
“dependencies”: {
“n8n”: “^1.21.1”
}
}
and .env
Define the host and protocol
N8N_HOST=automation.rightside-up-media.com
N8N_PROTOCOL=https
WEBHOOK_URL=https://automation.rightside-up-media.com/
Set your timezone to Asia/Manila
GENERIC_TIMEZONE=Asia/Manila
Set the SSL email for LetsEncrypt (optional, if you plan on using SSL via n8n)
[email protected]
asking ChatGpt and going in circles
What should I do?