Do you have any idea why the composite test build ...
# apollo-kotlin
p
Do you have any idea why the composite test build tries to fetch the Apollo JS library from npm? Of course it couldn't find it.
m
Not the most npm expert but is there something like "local npm"?
For maven, the integration tests publish the artifacts to a local maven repository where they are resolved
I'm guessing this is what's happening for the JS artifacts here