node-zkplus icon indicating copy to clipboard operation
node-zkplus copied to clipboard

Fix npm install

Open moulliet opened this issue 10 years ago • 0 comments

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. (/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js:109:3) at process.EventEmitter.emit (events.js:95:17) at process._fatalException (node.js:272:26)

Changing the node-zookeeper reference to use the latest source fixes the issue.

moulliet avatar May 30 '14 00:05 moulliet