verify-nvmrc

1.0.3 • Public • Published

verify-nvmrc

Script to help verify that the loaded node version matches what is set in the the closest .nvmrc file.

Usage

You can run this script through npx.

npx verify-nvmrc
# Node version is correct

Options

  • -e, --emoji

Supports emojis.

  • -v, --verbose

Logs out where it found the nvmrc file, if one is present. And logs out current node version.

  • -f, --fail

Process exits with code 1 if node version mismatch.

npx verify-nvmrc -e -v
# ℹ️ Current node version v14.15.4
# ℹ️ Found .nvmrc file with v14.15.4 at /Users/bitttttten/github.com/verify-nvmrc/.nvmrc
# Node version is correct 🎉

Caveats

Kind of ironically only supports node v12 and above since this script uses ES modules (for now, feel free to open a PR). To run with node v10, you should enable support for ES modules with the --experimental-modules flag: npx verify-nvmrc --experimental-modules. For node v8 and below, feel free to open a PR until a version of the script has been written that is v8 compatible.

Readme

Keywords

none

Package Sidebar

Install

npm i verify-nvmrc

Weekly Downloads

37

Version

1.0.3

License

(MIT AND Artistic-2.0)

Unpacked Size

3.71 kB

Total Files

3

Last publish

Collaborators

  • bitttttten