node-zkplus
node-zkplus copied to clipboard
Fix npm install
In trying to install the latest version of zkplus with 'npm install zkplus', I get the following error:
/usr/local/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:8
cwd = origCwd.call(process)
^
Error: ENOENT, no such file or directory
at process.cwd (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js:8:19)
at errorMessage (/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js:119:28)
at issueMessage (/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js:125:3)
at process.
Changing the node-zookeeper reference to use the latest source fixes the issue.