-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
With npm -v 3.3.12 and node -v 5.3.0 npm install fails with
npm ERR! Darwin 15.2.0
npm ERR! argv "/usr/local/Cellar/node/5.3.0/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v5.3.0
npm ERR! npm v3.3.12
npm ERR! code ELIFECYCLE
npm ERR! leveldown@0.10.5 install: `node-gyp rebuild`
npm ERR! Exit status 1
Upgrading to the latest release fixes the problem for me, but might break with other versions of node/npm?
Stefanos-MacBook-Pro:data SB$ git diff
diff --git a/package.json b/package.json
index afb2766..62b1d46 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"geojsonhint": "^1.0.0",
"highland": "^2.5.1",
"is-my-json-valid": "^2.10.1",
- "level": "^0.19.1",
+ "level": "^1.4.0",
"minimist": "^1.1.1",
"ndjson": "^1.3.0",
"pg": "^4.3.0",