Sample bazel app to demonstrate the issue with rules_nodejs
upgrade to v3.
See issue: bazel-contrib/rules_nodejs#2520
To run the app:
yarn install
yarn bazel run :bin
Sample bazel app to demonstrate the usage of Node v16.14.0 in WORKSPACE file bazel-contrib/rules_nodejs#3319