I get errors like: >>[DEBUG] Command ‘[where, npm.cmd]’ has non-empty stderr but assuming this is fine:<<
The comma between the windows command where and the argument “npm.cmd” is a bit thought-provoking to me.
Can this be a problem in “FrontendToolsLocator.java”, maybe?
A <> from the cmd shell works fine. KR
The comma you are seeing is just the separator used when printing the various part of the command that will be invoked. Anyway, the log is telling that something has been printed on stderr, but this doesn’t mean the command has failed.