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

Make fails - make: *** [Makefile:49: build-frontend] Error 139 #1829

Open
matty-r opened this issue Nov 16, 2021 · 0 comments
Open

Make fails - make: *** [Makefile:49: build-frontend] Error 139 #1829

matty-r opened this issue Nov 16, 2021 · 0 comments

Comments

@matty-r
Copy link

matty-r commented Nov 16, 2021

$ make all --trace

Makefile:43: target 'build-backend' does not exist
cargo build --release -p webapp-backend
    Finished release [optimized] target(s) in 0.06s
Makefile:49: target 'build-frontend' does not exist
cd frontend && \
        wasm-pack build --target web --release && \
        rollup ./main.js --format iife --file ./pkg/webapp_frontend.js
make: *** [Makefile:49: build-frontend] Error 139
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