Luke Karrys
Luke Karrys
We use readable-stream in the cli (only via npmlog which will be dropped sometime in the future, but maybe not before npm9?) and the recent major version uses [`^12.22.0 ||...
I have the same recollection as @ljharb and think this should be changed to add a config option for this. Obviously that makes it no longer a breaking change.
Does anyone have context on what this means?
> another thing to note here is that codespaces are linux only...i wonder if we could use github actions for this? that's what i was thinking too, and was attempting...
It's possible this is the same root cause as https://github.com/npm/cli/issues/5320. I'm linking these two issues so as we can look into both at the same time.
Thanks for the thorough report! This was fixed by #242. Let me know if I missed any others that should be redirecting.
@matzar Yes, can you try removing the `package-lock.json` from this PR and see if the deployment succeeds?
This was fixed in `8.17.0` by d0f5995e0399a093c8037057150a922e56b1d7ca. I was able to create a dockerfile with: ``` FROM node:lts COPY project /project COPY npm-8.17.0.tgz /npm-8.17.0.tgz RUN npm install /npm-8.17.0.tgz -g RUN...
@ThePlenkov Thanks for the report. I'm tracking a few issues with `json` output (ref: https://github.com/npm/cli/issues/4724) and will add this to the list. Is it ok to recharacterize this issue as...
Can you try `[email protected]`? I'm able to reproduce on `8.19.2` but it works for me on `9.0.1`.