-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async: Method Waterfall missing #754
Comments
Branch? |
Can you provide the output of the following commands (assuming you are in the etherpad-lite dir)
|
root#:/usr/src/etherpad-lite/src# node -e 'console.log(require("async"))' ; |
cloned the repository with the following command about 30 minutes ago: git clone 'git://github.com/Pita/etherpad-lite.git' If i start as root, for testing and evaluation i get the following... /usr/src/etherpad-lite# bin/run.sh /usr/src/etherpad-lite/src/node/server.js:59 |
How about
(all in ./src) |
Host OS is Debian Wheezy node --version: v0.6.18 |
root@debian:/usr/src/etherpad-lite# cd src/ node_modules/async/lib: |
Looks something went wrong while installing async. In ./src, |
a reinstallation of async fixed this issue |
/usr/src/etherpad-lite/src/node/server.js:59
async.waterfall([
^
TypeError: Object # has no method 'waterfall'
at Object. (/usr/src/etherpad-lite/src/node/server.js:59:7)
at Module._compile (module.js:446:26)
at Object..js (module.js:464:10)
at Module.load (module.js:353:32)
at Function._load (module.js:311:12)
at Array.0 (module.js:484:10)
at EventEmitter._tickCallback (node.js:190:39)
The text was updated successfully, but these errors were encountered: