fnm
fnm copied to clipboard
Documentation uses incorrect --shell power-shell instead of --shell powershell
In the Powershell section of the readme: https://github.com/Schniz/fnm?tab=readme-ov-file#powershell the line you need to add to your profile is wrong.
The documentation says:
fnm env --use-on-cd --shell power-shell | Out-String | Invoke-Expression
But it should be
fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression
Note the difference between "power-shell" and "powershell"
This issue might be related to https://github.com/Schniz/fnm/issues/1040?
The last time I installed fnm (1.5 years ago?) it worked as described in the readme.