Michael Kaufman
Michael Kaufman
npm default install command always runs if binding.gyp exists, and package install script is ignored
@rochdev If you were to publish a new major version of `@datadog/native-metrics`, testing locally with verdaccio, could that potentially circumvent this issue?
npm default install command always runs if binding.gyp exists, and package install script is ignored
@rochdev Thank you, just thinking out loud here. > The above workaround does seem to permanently fix the cache. The problem is I can't implement this workaround for the thousands...
npm default install command always runs if binding.gyp exists, and package install script is ignored
@rochdev > I thought the same thing, but after removing the Verdaccio container completely and running a new one I was getting the same issue. I think it's possible that...
npm default install command always runs if binding.gyp exists, and package install script is ignored
> @mkaufmaner Would environment variables work for your use case instead? The same workaround can be applied with `NPM_CONFIG_IGNORE_SCRIPTS=true`. I'm trying to not have to revert this change since it...
npm default install command always runs if binding.gyp exists, and package install script is ignored
> @mkaufmaner It looks like adding an empty `install` script resolves the issue. I'll add that for now until the issue is fixed in `npm`. Thank you, I hope this...
> Sam from Confluent here. > > I know that the Confluent team are now officially supporting a javascript client with this early access release: > > https://github.com/confluentinc/confluent-kafka-javascript > >...
Related to https://github.com/tulios/kafkajs/issues/1603
Have you tried using an observable? https://github.com/nestjs/nest/issues/3954#issuecomment-579698979
> Would you like to create a PR replacing kafkajs with node-rdkafka? @kamilmysliwiec This will be a breaking change but I can take a swing at it, it has been...
> Does it have to be a breaking change? Could it be introduced as a new transport type and mark the old one for deprecation? It can be implemented as...