So we narrowed it down to some of the Bazel/Maven imports in WORKSPACE having different versions from the ones in rules_closure. If we comment out args4j, com_google_auto_value and com_google_guava, ...
Often in our JavaScript we will want to use 3rd party code (libraries/frameworks). To do this we need to use NPM to download and install this code (a package). Open a new terminal/shell Using the ...