We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project description
A package manager for the node ecosystem, like npm or yarn.
nodePackages.pnpm already exists, so I am just requesting the top-level package that puts a pnpm in PATH.
nodePackages.pnpm
pnpm
PATH
Metadata
The text was updated successfully, but these errors were encountered:
nodePackages.pnpm does put it in PATH
λ pnpm -v zsh: command not found: pnpm λ cat ./shell.nix { pkgs ? import <nixpkgs> {} }: pkgs.mkShell { buildInputs = with pkgs; [ nodejs-slim-16_x nodePackages.pnpm ]; } λ nix-shell --pure [nix-shell:~/sample]$ node -v v16.0.0 [nix-shell:~/sample]$ npm -v npm: command not found [nix-shell:~/sample]$ pnpm -v 6.2.1
Sorry, something went wrong.
Oh, thank you, I was testing nix-env -iA nodePackages_latest.pnpm which does not put in PATH, but I see nix-env -iA nodePackages.pnpm does.
nix-env -iA nodePackages_latest.pnpm
nix-env -iA nodePackages.pnpm
Hmm, thats interesting I might look into that.
Anyways, if you could close this issue thatd be great :)
The lack of a bin is #145432
bin
No branches or pull requests
Project description
A package manager for the node ecosystem, like npm or yarn.
nodePackages.pnpm
already exists, so I am just requesting the top-level package that puts apnpm
inPATH
.Metadata
The text was updated successfully, but these errors were encountered: