Geoff Liu
Geoff Liu
OK, I did a bit more digging, here are some more notes in no particular order: - When passing repositories as an object (i.e. `{ repo_url: ..., user: ..., password:...
We do not. The relevant section in WORKSPACE: ``` http_archive( name = "build_bazel_rules_nodejs", sha256 = "e328cb2c9401be495fa7d79c306f5ee3040e8a03b2ebb79b022e15ca03770096", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.2/rules_nodejs-5.4.2.tar.gz"], ) load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies") build_bazel_rules_nodejs_dependencies() load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "npm_install") node_repositories( node_version = "16.14.2"...
Hi @alexeagle, thank you btw for the quick responses. We are now seeing this on both Linux and Mac, on multiple team member's machines. Made sure we updated package-lock.json. Any...
In case this is relevant: We use `ts_project` that depend on `@npm//:node_modules`, the output of which are fed into webpack rules for bundling.
@imba-tjd No matter whether people read longs and floats from console, at least this fix is better than before, since the current doc is wrong. I'll go ahead and merge.