cli icon indicating copy to clipboard operation
cli copied to clipboard

Issue when running flogo build using flogo-web

Open Hendrik-Mueller-Overzone opened this issue 1 year ago • 0 comments

I've been trying to start the flogo-web project locally. I believe I've followed all the steps in the readme. When the server starts it executes flogo build -s which exits with code -1 and the following log:

Error in building /.../flogo/flogo-web/dist/local/engines/flogo-web/src
Error building project: /Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/contrib/activity/[email protected]/activity.go:7:2: missing go.sum entry for module providing package github.com/dop251/goja (imported by github.com/project-flogo/contrib/activity/jsexec); to add:
        go get github.com/project-flogo/contrib/activity/[email protected]
/Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/contrib/activity/[email protected]/activity.go:7:2: missing go.sum entry for module providing package github.com/basgys/goxml2json (imported by github.com/project-flogo/contrib/activity/xml2json); to add:
        go get github.com/project-flogo/contrib/activity/[email protected]
/Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/contrib/function/[email protected]/formatdate.go:9:2: missing go.sum entry for module providing package github.com/tkuchiki/parsetime (imported by github.com/project-flogo/contrib/function/datetime); to add:
        go get github.com/project-flogo/contrib/function/[email protected]
/Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/contrib/function/[email protected]/jq.go:6:2: missing go.sum entry for module providing package github.com/itchyny/gojq (imported by github.com/project-flogo/contrib/function/json); to add:
        go get github.com/project-flogo/contrib/function/[email protected]
/Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/contrib/function/[email protected]/exists.go:7:2: missing go.sum entry for module providing package github.com/oliveagle/jsonpath (imported by github.com/project-flogo/contrib/function/json); to add:
        go get github.com/project-flogo/contrib/function/[email protected]
/Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/contrib/trigger/[email protected]/timer.go:8:2: missing go.sum entry for module providing package github.com/carlescere/scheduler (imported by github.com/project-flogo/contrib/trigger/timer); to add:
        go get github.com/project-flogo/contrib/trigger/[email protected]
/Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/stream/service/[email protected]/service.go:11:2: missing go.sum entry for module providing package github.com/gorilla/websocket (imported by github.com/project-flogo/stream/service/telemetry); to add:
        go get github.com/project-flogo/stream/service/[email protected]

I've attempted to run the tests of the jsexec activity, which pass, so the activity itself can run on my machine.

Is there something I'm missing?

P.S. I hope this is the right place to post this issue, if this is more related to the web-ui, I will gladly post it there