Comparing version 0.0.8 to 0.0.9
@@ -24,6 +24,11 @@ var path = require('path'); | ||
} | ||
//Bugfix taken from @schmittberger | ||
if (!exists(PATH)) { | ||
if (process.env.NODE_PATH) PATH = process.env.NODE_PATH | ||
} else { | ||
throw new Error('Could not find a good path to install to'); | ||
if (process.env.NODE_PATH) { | ||
PATH = process.env.NODE_PATH | ||
} else { | ||
throw new Error('No bin-PATH found'); | ||
} | ||
} | ||
@@ -79,2 +84,2 @@ | ||
} | ||
*/ | ||
*/ |
@@ -46,3 +46,3 @@ { | ||
], | ||
"version": "0.0.8" | ||
"version": "0.0.9" | ||
} |
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
54031
1166