-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
Nushell support for pnpm setup #6476
Comments
Anyone got a workaround? Tried
UPD: Set |
For people who didn't manage to run the install script when using Nu, do the following: Open a bash shell and temporarily set the value of the SHELL environment variable to bash (so do something like
Most likely, pnpm will be installed to your $HOME/.local/share/pnpm. So add the following to your
|
thanks @tiptenbrink this works and is also according to nushell updated syntax as of now |
|
Thank you @tiptenbrink Also works for me. |
Describe the user story
Could not use
pnpm setup
on nushellDescribe the solution you'd like
Please add support for nushell on
pnpm setup
Describe the drawbacks of your solution
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: