nlf

Results 197 comments of nlf

is your project public? we need some help reproducing this error so that we can try to get it fixed for you. what package depends on `@datadog/datadog-api-client`? is that the...

if you download the tar.gz file for your package with the bundled dependencies manually and extract it, are the bundled dependencies there? also i see in your screenshot that you're...

today in npm 7 the `preinstall` script is working as intended for the majority of use cases. what you're asking for isn't unreasonable, but would create a new class of...

you're not wrong, to be honest a lot of our lifecycle scripts are poorly named and don't run exactly when you expect. that's why there's both a `prepublish` and a...

a lot of the confusion here is that `install` is an event as well as a script, and in npm terms today `pre` and `post` mean before and after the...

the caching of git dependencies is something we know we need to address, you're definitely right it's ineffective as it is now

> I installed node via homebrew, and somehow it became slower and slower by the week is this what happened with you as well @donggyu04? sounds like this is maybe...

that is strange.. i'll check it out

I’m fine with changing the license as well

the removal of tests shows that this would be a breaking change. i need to think about this.