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
Could not find runfile build_bazel_rules_nodejs/packages/protractor/test/protractor-2/_devserver_launcher.amd_names_shim.js, got error Runfile build_bazel_rules_nodejs/packages/protractor/test/protractor-2/_devserver_launcher.amd_names_shim.js: could not locate fileFailed to read script build_bazel_rules_nodejs/packages/protractor/test/protractor-2/_devserver_launcher.amd_names_shim.js: open : no such file or directory
other runfile /usr/local/google/home/alexeagle/.cache/bazel/_bazel_alexeagle/c410d6070ef2d359d26ac4aeb886e1ea/sandbox/linux-sandbox/757/execroot/build_bazel_rules_nodejs/bazel-out/k8-fastbuild/bin/packages/protractor/test/protractor-2/devserver_test_chromium-local.runfiles/build_bazel_rules_nodejs/packages/protractor/test/protractor-2/_devserver_launcher.amd_names_shim.js
which makes me think that the runfile now has to be workspace-relative instead of workspace-absolute?
The text was updated successfully, but these errors were encountered:
Looks like a change in rules_go
bazel-contrib/rules_go@4442d82
made Runfiles resolution no longer work the way we rely on in ts_devserver.
error looks like https://circleci.com/gh/bazelbuild/rules_nodejs/27670
However if I throw this code in there
it prints
which makes me think that the runfile now has to be workspace-relative instead of workspace-absolute?
The text was updated successfully, but these errors were encountered: