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

Docs Fixes: Developer Guide Steps Are Not Reproducible #226

Open
josiahg opened this issue Apr 28, 2023 · 0 comments
Open

Docs Fixes: Developer Guide Steps Are Not Reproducible #226

josiahg opened this issue Apr 28, 2023 · 0 comments
Labels
type/docs Improvements or additions to documentation

Comments

@josiahg
Copy link

josiahg commented Apr 28, 2023

Would submit a PR myself but not sure of the "correct" updates here.

From developer-guide.md:

mage build:linux && mage reloadPlugin

This only compiles dist/gfx_github_linux_amd64 and will cause the plugin to fail to load if your local or Docker image are using a different architecture - IE arm64 which is what happens on my M1 machine when I docker-compose up.

Fixed by running mage -v which compiles for all architectures in my case.

Also from developer-guide.md:

Alternatively, you can have yarn watch for changes and automatically recompile them.

yarn watch

This fails with error Command "watch" not found.. Fixed by simply using yarn dev but the frustration of following the steps and getting errors persists. :)

@zoltanbedi zoltanbedi added the type/docs Improvements or additions to documentation label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/docs Improvements or additions to documentation
Projects
Status: Backlog
Development

No branches or pull requests

2 participants