I just got hit with `Transitive npm dependency ver...
# javascript
m
I just got hit with
Transitive npm dependency version clash for compilation "jsmain"
. How much should I worry. Is there something unique to JS that makes it more problematic than in JVM or is it fine as long as the library honors semantic versioning?
t
jsmain
- your local subproject?
m
Not sure, full log is:
Copy code
> Task :websockets:jsPublicPackageJson UP-TO-DATE
                              Transitive npm dependency version clash for compilation "jsmain"
                                  Candidates:
                                        ws@8.5.0
ws@8.14.2
                                  Selected:
                                      ws@8.14.2
jsmain
is a compilation for the
websocket
subproject I guess