nodenv-package-json-engine
nodenv-package-json-engine copied to clipboard
Better instructions to verify an installation?
Once you've installed the plugin you can verify that it's working by cding into a project that has a package.json file with engines and does not have a .node-version file. From anywhere in the project's tree, run nodenv which node
Doing this in a project that specified a node version that was not currently installed just caused my nodenv to hang (which made me think the plugin was not correctly installed) Perhaps there is a more robust way to verify an installation?