You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
I guess everything here is obvious for bazel developers.
But I'm not bazel developer and I faced the issue today. So that post might be helpful for developers like me.
A dash is forbidden symbol for bazel project name.
So you can't name your project 'my-super-app'. It has to be 'my_super_app' or something without dashes.
bazel project name is situated in WORKSPACE
workspace(name = "angular_bazel_example")
Also, some BUILD files can contain the name. Especially /src/BUILD.bazel