coreybutler / nvm-windows

A node.js version management utility for Windows. Ironically written in Go.
MIT License
37.28k stars 3.32k forks source link

[Feature]: Do not inform users that -- is unecessary as it hurts cross platform instructions #1081

Closed elibroftw closed 9 months ago

elibroftw commented 9 months ago

Description of the new feature / enhancement

When I'm writing nvm instructions, it doesn't help that the nvm on windows suggest to instaall the lts without the -- because then I havve to add instructions to use -- for non-windows users.

Scenario when this would be used?

Writing software that is developed on all operating systems and not just on Windows.

Supporting information

No response

elibroftw commented 9 months ago

Also nvm use --lts does not work :(

coreybutler commented 9 months ago

nvm-sh and nvm-windows differ in fundamental ways. Neither project follows the other. This has been described in past issues, as well as the wiki. There is no intention of adding a flag for --lts.

Our cross-platform solution is Runtime, which will replace this project in 2024.