You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Node on windows 10 and I maintain several projects with different versions of Node. I have installed NVM to control the Node version, which is convenient but not enough. It would be nice if Node versions could be switched automatically according to the project!
What is the feature you are proposing to solve the problem?
I have an idea, which I don't know if it's possible to implement, and it goes like this
When a program calls Node, this shell will first determine whether the program is in the root directory with a configuration file specifying the Node version, and if so, the corresponding version of Node will be used, otherwise the globally specified Node version will be used.
I guess this feature will help a lot of people to improve their work efficiency, and I look forward to getting attention for this requirement, tks.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered:
What is the problem this feature will solve?
I am using Node on windows 10 and I maintain several projects with different versions of Node. I have installed NVM to control the Node version, which is convenient but not enough. It would be nice if Node versions could be switched automatically according to the project!
What is the feature you are proposing to solve the problem?
I have an idea, which I don't know if it's possible to implement, and it goes like this
I guess this feature will help a lot of people to improve their work efficiency, and I look forward to getting attention for this requirement, tks.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: