Skip to content
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

When running nodules: "Reference Error: Factories not defined" #3

Open
billdueber opened this issue Jun 10, 2010 · 0 comments
Open

Comments

@billdueber
Copy link

Using a current github clone of both this app and nodules.

 ~> node -v
v0.1.97-32-gcd232a9

Try to run nodules

~/devel/external/persevere-example-wiki> node ../nodules/lib/nodules.js 
Downloading http://github.com/kriszyp/narwhal/zipball/master
Downloading http://waitdownload.github.com/kriszyp-narwhal-0.1-858-g8a74c93.zip
Downloading http://download.github.com/kriszyp-narwhal-0.1-858-g8a74c93.zip


/Users/dueberb/devel/external/nodules/lib/nodules-utils/promise.js:186
          throw error;
          ^
ReferenceError: factories is not defined
    at /Users/dueberb/devel/external/nodules/lib/nodules.js:296:6
    at notify (/Users/dueberb/devel/external/nodules/lib/nodules-utils/promise.js:147:27)
    at notifyAll (/Users/dueberb/devel/external/nodules/lib/nodules-utils/promise.js:136:7)
    at [object Object].<anonymous> (/Users/dueberb/devel/external/nodules/lib/nodules-utils/promise.js:182:5)
    at notify (/Users/dueberb/devel/external/nodules/lib/nodules-utils/promise.js:165:31)
    at notifyAll (/Users/dueberb/devel/external/nodules/lib/nodules-utils/promise.js:136:7)
    at /Users/dueberb/devel/external/nodules/lib/nodules-utils/promise.js:182:5
    at notify (/Users/dueberb/devel/external/nodules/lib/nodules-utils/promise.js:147:27)
    at notifyAll (/Users/dueberb/devel/external/nodules/lib/nodules-utils/promise.js:136:7)
    at /Users/dueberb/devel/external/nodules/lib/nodules-utils/promise.js:182:5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant