Closed knicklabs closed 11 years ago
I'm going to try getting it up and running now to take a look. Is there anything in specific that you'd like help with?
We need to bring the new content over. On May 21, 2013 8:06 AM, "Dennis Ideler" notifications@github.com wrote:
I'm going to try getting it up and running now to take a look. Is there anything in specific that you'd like help with?
— Reply to this email directly or view it on GitHubhttps://github.com/softwareniagara/feedback/issues/3#issuecomment-18204499 .
I updated node, npm, and docpad, and I think I screwed something up somewhere because when I run docpad I get this repeated about 20 times
error: An error occured:
TypeError: Arguments to path.join must be strings
at path.js:378:15
at Array.filter (native)
at Object.exports.join (path.js:376:36)
at /usr/lib/node_modules/docpad/out/lib/plugin-loader.js:73:71
at /usr/lib/node_modules/docpad/node_modules/bal-util/out/lib/paths.js:62:18
at fs.js:253:14
at Object.oncomplete (fs.js:94:15)
followed by
notice: We're preparing your plugins, this may take a while the first time. Waiting on the plugins: bal-util, docpad, cleanurls, coffeescript, eco, livereload, marked, partials, stylus, text, grunt, grunt-css, grunt-stylus, mongoose, mongoose-validate, node-mandrill, underscore
I waited a while for the preparation (if any was being done) to be completed but no luck. docpad clean
and docpad install
didn't help either. I'm going to look into it more but first I'm going to bed (my sleep schedule is completely backwards right now).
In addition to DocPad the project is using Grunt for build script. You'll need to have that installed globally. npm install grunt -g
Thanks. I realized I actually didn't finish updating docpad, so after upgrading docpad and the plugins it worked fine.
npm install -g docpad@6.34
rm -Rf node_modules; npm install
There's a branch at https://github.com/softwareniagara/softwareniagara.com for version 2.2.0 which I'm using to bring the static site back up to date. Feel free to jump in and help.