nodenv-nvmrc
nodenv-nvmrc copied to clipboard
nodenv plugin that detects the node version based on .nvmrc.
Results
2
nodenv-nvmrc issues
Sort by
recently updated
recently updated
newest added
When this plugin is used in combination with nodenv-aliases, some aliases are created that match the regexp `^[0-9.]+$` and are therefore passed on to sh-semver which seems particularily slow at...
With this plugin installed, directories that contain an `.nvmrc` file cause node to become very slow to start. Directories with a `.node-version` file are not affected. ``` $ echo "16.1.0"...