-
Notifications
You must be signed in to change notification settings - Fork 522
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
Examples provided do not work out of the box (config files missing) #2359
Comments
Perhaps related to bazelbuild/bazel#2835 ? |
May have been introduced by #2193 ? |
Trying out v3.0.0 rc-1 throws
Edit: The error above is fixed by adding to WORKSPACE:
But then that gets you this error:
Edit 2: which was fixed by also adding to WORKSPACE:
Then tsconfig blew up and had to add the following to my main BUILD.bazel
|
The issue does simply not happen on v3.0.0-rc.1, so closing. I was able to run the example with these:
|
🔬 Minimal Reproduction
Run the following:
🔥 Exception or Error
🌍 Your Environment
Operating System:
Output of
bazel version
:Rules_nodejs version:
Anything else relevant?
Am I doing something wrong perhaps?
The text was updated successfully, but these errors were encountered: