Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when running flogo build using flogo-web #132

Open
Hendrik-Mueller-Overzone opened this issue Dec 16, 2024 · 0 comments
Open

Issue when running flogo build using flogo-web #132

Hendrik-Mueller-Overzone opened this issue Dec 16, 2024 · 0 comments

Comments

@Hendrik-Mueller-Overzone

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant