-
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/jsexec@v0.10.0/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/jsexec@v0.10.0
/Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/contrib/activity/xml2json@v0.10.0/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/xml2json@v0.10.0
/Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/contrib/function/datetime@v0.10.0/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/datetime@v0.10.0
/Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/contrib/function/json@v0.11.0/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/json@v0.11.0
/Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/contrib/function/json@v0.11.0/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/json@v0.11.0
/Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/contrib/trigger/timer@v0.10.0/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/timer@v0.10.0
/Users/hendrikmuller/go/pkg/mod/github.com/project-flogo/stream/service/telemetry@v0.0.0-20230615163402-7e39aad48346/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/telemetry@v0.0.0-20230615163402-7e39aad48346
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