Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/debitoor/nodeversioncheck
- Owner: debitoor
- Created: 2012-09-18T08:18:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-25T07:33:49.000Z (over 10 years ago)
- Last Synced: 2024-04-14T22:47:37.929Z (7 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 39
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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