nodenv-package-json-engine icon indicating copy to clipboard operation
nodenv-package-json-engine copied to clipboard

Better instructions to verify an installation?

Open fabio-looker opened this issue 4 years ago • 0 comments

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?

fabio-looker avatar Dec 10 '20 22:12 fabio-looker