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
Hey
Running bazel build chrome_ext fails with this error:
ERROR: /private/var/tmp/_bazel_user1/efaa21b110f06464002c5605311ac560/external/polymer_bundler_repo/BUILD.bazel:5:1: no such package '@vulcanize//': npm_install failed: (Process terminated by signal 6) and referenced by '@polymer_bundler_repo//:vulcanize_bin'
ERROR: Analysis of target '//chrome_ext:chrome_ext' failed; build aborted: Loading failed
INFO: Elapsed time: 3.898s
FAILED: Build did NOT complete successfully (0 packages loaded)
macOS 10.13.3
node 9.4.0 (npm 5.6.0)
bazel 0.9.0
FYI, native_messaging is built successfully.
Update:
I built it on Ubuntu and installed the extension on Mac; Also, built the native messaging on Mac.
How should I configure the native package? (detanglenm binary).
The extension complains that the native package is missing.
Hey
Running
bazel build chrome_extfails with this error:macOS 10.13.3
node 9.4.0 (npm 5.6.0)
bazel 0.9.0
FYI,
native_messagingis built successfully.Update:
I built it on Ubuntu and installed the extension on Mac; Also, built the native messaging on Mac.
How should I configure the native package? (
detanglenmbinary).The extension complains that the native package is missing.