Rohan Rajpal

Results 55 comments of Rohan Rajpal

> I was able to fix this issue in my fork: https://github.com/TheSecurityDev/heroku-buildpack-nodejs-pnpm > > Basically it overrides the NODE_ENV variable when running `pnpm install` so it forces it to install...

> Hello there! > > You're welcome. > > Well, it shouldn't be the issue of the select itself. That's not really complicated and everybody could do his own. I...

Same issue here since dev mode does not actually modify the dist folder, honestly dont think there is any solution apart from building a watch mode that builds on everychange,...

> ### Contribution > * [x] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) > > ### Describe the user story > As a developer, I want to maintain...

> In my case, removing the cache mount in the Dockerfile makes it work as expected. So you removed all of `RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile` with just `RUN pnpm...