Steven

Results 553 comments of Steven

@zastrowm Good point. I don't think this is under active development anymore so you might want to check out [sebastienros/jint](https://github.com/sebastienros/jint). I wrote some example code in [this issue](https://github.com/sebastienros/jint/issues/35)

Hello, I haven't really used this project in 2 years and I no longer use heroku. But I think it will work if you click the link from the readme....

Thoughts? @apapirovski @janit

This sounds like it should be implemented in `pnpm` and not `corepack`

Cross linking this other comment from GeoffreyBooth since it has a suggestion how to implement: - https://github.com/nodejs/node/issues/51888#issuecomment-1965605286 I do wonder if we are going to hit a wall in the...

I see two responses from the npm team from two different people that both claim `corepack enable npm` is fine. > My request would be that if corepack is enabled...

> I am not a lawyer, but Corepack distributing an npm binary (ie. a "Modified Version") In what way does Corepack modify npm? Isn't it installing exactly whats on the...

This would be a sad day for developers if this was a violation of the license. Something like `alias npm="socket npm"` might also be a violation, if true. https://socket.dev/blog/introducing-safe-npm

What's the difference from `corepack install -g yarn@latest pnpm@latest`?