How do I depend on a JS module in another JS module? I tried a simple compile project(":name") but then when I run the project I get an npm module not found 'name'. IDK all that much about node but I would have expected to find the bundled output and package.json of my lib in node_modules_imported of the depending project. (This might belong in #gradle but it seemed pretty newby)