check-node-version
Advanced tools
Comparing version 3.1.0 to 3.1.1
## Releases | ||
### 3.1.1 | ||
* Fix bug with npm warnings causing errors. | ||
### 3.1.0 | ||
@@ -4,0 +8,0 @@ |
@@ -40,3 +40,3 @@ "use strict"; | ||
} | ||
else if (execError || stderr) { | ||
else if (execError) { | ||
var runError = new Error("Command failed: " + commandDescription); | ||
@@ -43,0 +43,0 @@ if (stderr) { |
{ | ||
"name": "check-node-version", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Check installed versions of node and npm", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14908