-
Notifications
You must be signed in to change notification settings - Fork 214
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
How to install local version specified in .npm-version
?
#245
Comments
Or you can try removing the .node-version file and see if the dependencies work with a supported version of Node. What I've generally found is I must say |
So I guess what I'm requesting is a command that reads from the existing |
In PowerShell, just print nodist add @(Get-Content .\.node-version); nodist npm match |
Ok I will read the file and input it to |
I downloaded this repo which has a
.node-version
file, which said10.20.0
. How do I tell nodist to install the version specified in the.node-version
file? I didnodist --help
but it didn't show any commands to do that. I ended up doingnodist local 10.20.0
. This isn't very convenient because I have to open the file myself and type that version into the nodist command.The text was updated successfully, but these errors were encountered: