Skip to content

Gitpod fail to load in browser after init #160

Open
@huan

Description

@huan

If we add npm install to tasks.init, then the Gitpod loading in the browser will fail.

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions