-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels