0.2.4 • Published 3 years ago

postinstall-node-version-check v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

postinstall-node-version-check

Logs a message on postinstall if the Node.js version being used is not supported.

Usage

The installation instructions mention npm, but you can use other package managers.

  • Install the package:
    $ npm install postinstall-node-version-check
  • Add it to your postinstall script:
    {
      //...
      "scripts": {
        //...
        "postinstall": "postinstall-node-version-check"
      }
    }

Output

The following message will be logged on postinstall on unsupported Node.js version vX.Y.Z:

(node:<LINE_NUMEBR>) NodeDeprecationWarning: The Node.js version vX.Y.Z is no longer supported.
0.2.3

3 years ago

0.2.2

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago