-
Notifications
You must be signed in to change notification settings - Fork 28
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
Following the README instructions results in an invalid build #65
Comments
Some troubleshootingWhen looking through the logs upon executing > Lerna (powered by Nx) Running target build for 4 projects:
- alma-glsl
- alma-graph
- alma-web
- alma-webgl
With additional flags:
--watch=true Assuming that this is the sequential order that |
Altering the
...Makes the |
Thanks @adamsoderstrom. Appreciate it! I'm going to look at it. I have some big Alma-announcements coming soon also :) |
Description
Following the README's guidance:
...Results in the following error:
This seems to only occur when there's no initial
build
directory in thealma-webgl
directory.Steps to reproduce
git clone
this repo. (ensure that there's nobuild
's inpackages/*
).yarn && yarn start
The text was updated successfully, but these errors were encountered: