-
Notifications
You must be signed in to change notification settings - Fork 114
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
No such package '@com_google_javascript_closure_library//closure/goog/soy' #572
Comments
Same examples works in this repository so seems related to your repository setup. |
No, I have not changed the closure library version |
Hello again :) And how do I know which version of com_google_javascript_closure_library I have and which one I need to use for rules_closure to work properly ? |
If you don't override it, you should be getting v20220301 at the moment. |
The problem might be that the |
@roman-kashitsyn Yes, it would be nice to either update the documentation or the rules_closure itself . Or will it itself no longer get updates since google itself stopped using it and moved to frameworks like angular? |
Hello,
I met following error:
ERROR: /Users/jacob/projects/feedbacker/src/assets/test/BUILD:32:1: no such package 'closure/templates': BUILD file not found on package path and referenced by '//:hello_soy'.
ERROR: Loading failed; build aborted.
ERROR: /home/lemito/cpp-starter-kit/cpp/sources/clo/BUILD:35:19: no such package '@com_google_javascript_closure_library//closure/goog/soy': BUILD file not found in directory 'closure/goog/soy' of external repository @com_google_javascript_closure_library. Add a BUILD file to a directory to mark it as a package. and referenced by '//sources/clo:greeter_lib' ERROR: Analysis of target '//sources/clo:greeter_lib' failed; build aborted: Analysis failed
My files:
https://github.com/lemito/my-monorepo
The text was updated successfully, but these errors were encountered: