Zoltan Kochan
Zoltan Kochan
I guess the only way to make this not ambiguous would be to print a prefix to every pnpm logged output. Like ``` pnpm: Lockfile is up to date, resolution...
cc @pnpm/collaborators
It doesn't look like valid shebang syntax. And it also doesn't work with npm. So I don't think we can fix this.
All the supported installation methods are listed on this page: https://pnpm.io/installation try to use an alternative method for now.
I see you have PNPM_HOME declared twice. You may remove the two pnpm related lines below Deno. Check the value of the PATH env variable and whether `/Users/nikiv/Library/pnpm` is at...
If pnpm is used from `/opt/homebrew/bin/pnpm`, maybe you should update pnpm with Homebrew
The way the unlink command currently works is that it will install `` after unlinking it, if `` is in the dependencies inside `package.json`. Otherwise, it will just remove the...
You are right. I could reproduce this. I wonder what should be the solution. We can easily hide these errors. But we can also print info messages instead. Like "supports...
actually, I was only able to reproduce this, when the peer dependency is also a regular dependency in subdependencies.
`npm install` is used when you have a git-hosted package in your dependencies that uses npm. I guess the dependency wants an older version of npm, which wasn't so strict...