Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/debitoor/nodeversioncheck

Checks that you are running the correct node version and process.exit(1)'s if you are not
https://github.com/debitoor/nodeversioncheck

Last synced: 12 days ago
JSON representation

Checks that you are running the correct node version and process.exit(1)'s if you are not

Awesome Lists containing this project

README

        

Node version check
==================

Installation
------------
```
npm install nodeversioncheck
```

Usage
-----
```
require("nodeversioncheck");
```
Will exit the process with code 1 if the node version running is not compatible with the one specified in package.json
of working directory