node-build-update-defs
node-build-update-defs copied to clipboard
Missing version blocks updating defs
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?
@johnhalbert How do you have this installed? Is it via git clone as a nodenv plugin? Or via npm or homebrew?
@jasonkarns via git as a plugin.