This has been addressed ^^, you can use master or 3.2.1 till we cut the next release
3.3.1 was released
Hi - just to say that this change has broken our system - we install node in a docker image that doesn't have git.
This change now it pulls a dependency from git gives a problem if git isn't present.
We're using
ARG NODE_VER=12.16.1
FROM node:${NODE_VER}-alpine
@DABH
Hi, cloud you please use a npm diagnostics dependency rather than git? It's may be fragile in some network area to access the git address.
install diagnostics from git github:DABH/diagnostics#master, may be very slow, please keep patience
Most helpful comment
@DABH
Hi, cloud you please use a npm
diagnosticsdependency rather than git? It's may be fragile in some network area to access the git address.install diagnostics from git github:DABH/diagnostics#master, may be very slow, please keep patience