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

Build Prerequisites v4.1.1-1-gf055b4c #29

Closed
paulb-smartit opened this issue Feb 24, 2023 · 1 comment
Closed

Build Prerequisites v4.1.1-1-gf055b4c #29

paulb-smartit opened this issue Feb 24, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@paulb-smartit
Copy link

Documentation requires update.

Building the latest version:

Error

$ make
BPF_CLANG=clang BPF_CFLAGS='-O2 -g -Wall -Werror' go generate ./...
Compiled /opt/wag/internal/router/bpf_bpfeb.o
Stripped /opt/wag/internal/router/bpf_bpfeb.o
Wrote /opt/wag/internal/router/bpf_bpfeb.go
Compiled /opt/wag/internal/router/bpf_bpfel.o
Stripped /opt/wag/internal/router/bpf_bpfel.o
Wrote /opt/wag/internal/router/bpf_bpfel.go
cd ui/src; npm install; gulp build
/bin/sh: npm: not found
/bin/sh: gulp: not found
make: *** [Makefile:21: .build_ui] Error 127

Fix

sudo apk add npm
sudo npm install --global gulp-cli
@NHAS NHAS added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 24, 2023
@NHAS NHAS closed this as completed in d0105dd Feb 24, 2023
@NHAS
Copy link
Owner

NHAS commented Feb 24, 2023

Sweet, I've just added this to the setup instructions for building from source. Good spot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants