This support forum belongs to the NodeJS YUI3 Gallery Module.
NodeJS YUI3 has a bug tracker here: http://github.com/davglass/nodejs-yui3/issues/
| Page 1 of 1 | [ 2 posts ] |
|
Hey Dave,
I've been following your work integrating yui3 with node.js and decided to give it a try yesterday when I had some time. I must admit I am totally new to node.js so first I had to work my way through getting github account set up, installing (on my macbook) first git, then npm, then express, and the other required modules. And last the nodejs-yui3 stuff. I've been trying out the examples on the express site, and seems to be working fine. But I am having problems with the nodejs-yui3 stuff, I keep getting this error: ReferenceError: configureYUI is not defined Since I am totally new to this, I dont know if its some problem with paths or something on my end.. I've been looking abit at your code, and it seems like a work in progress, with the getYUI function: Code: var getYUI = function(c) { //var yui3 = require('./yui3-yui3'); //var YUI = yui3.configure(c); var YUI = configureYUI(c); return YUI; } Anyone who can give me any pointers on this issue? |
|
How did you install the package?
|
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group