nodenv / node-build-update-defs

Scrape build definitions from nodejs.org and github.com
MIT License
36 stars 7 forks source link

Missing version blocks updating defs #63

Open johnhalbert opened 1 year ago

johnhalbert commented 1 year ago

When working on a project which specifies a version of node which isn't installed, you cannot update version defs while in the project folder. The cli complains that the version isn't installed and quits if you try to update defs.

Is there a way to get around this so that we can update defs while in the project tree so a new version can be installed which wasn't previously known to nodenv?

jasonkarns commented 3 months ago

@johnhalbert How do you have this installed? Is it via git clone as a nodenv plugin? Or via npm or homebrew?

johnhalbert commented 3 months ago

@jasonkarns via git as a plugin.