We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If we add npm install to tasks.init, then the Gitpod loading in the browser will fail.
npm install
tasks.init
Do not do npm install in tasks.init will fix it.
tasks: - name: Wechaty ding-dong BOT - init: npm install + init: echo 'npm install' command: npm install && npm start
Wired.