Skip to content

Instantly share code, notes, and snippets.

@kborchers
Created August 30, 2012 12:39
Show Gist options
  • Save kborchers/3527682 to your computer and use it in GitHub Desktop.
Save kborchers/3527682 to your computer and use it in GitHub Desktop.
Running "build-download" task
Initializing download module, might take a while
>> node.js:201
>> throw e; // process.nextTick error, or 'error' event on first tick
>> ^
>> TypeError: Object #<Object> has no method 'existsSync'
>> at setup (/Users/krisborchers/git-repo/jqueryui.com/node_modules/download.jqueryui.com/grunt.js:45:11)
>> at /Users/krisborchers/git-repo/jqueryui.com/node_modules/download.jqueryui.com/node_modules/async/lib/async.js:486:21
>> at /Users/krisborchers/git-repo/jqueryui.com/node_modules/download.jqueryui.com/node_modules/async/lib/async.js:185:13
>> at /Users/krisborchers/git-repo/jqueryui.com/node_modules/download.jqueryui.com/node_modules/async/lib/async.js:108:13
>> at /Users/krisborchers/git-repo/jqueryui.com/node_modules/download.jqueryui.com/node_modules/async/lib/async.js:124:9
>> at /Users/krisborchers/git-repo/jqueryui.com/node_modules/download.jqueryui.com/node_modules/async/lib/async.js:184:9
>> at Object.mapSeries (/Users/krisborchers/git-repo/jqueryui.com/node_modules/download.jqueryui.com/node_modules/async/lib/async.js:174:23)
>> at Object.series (/Users/krisborchers/git-repo/jqueryui.com/node_modules/download.jqueryui.com/node_modules/async/lib/async.js:484:19)
>> at Object.<anonymous> (/Users/krisborchers/git-repo/jqueryui.com/node_modules/download.jqueryui.com/grunt.js:211:8)
>> at Object.<anonymous> (/Users/krisborchers/git-repo/jqueryui.com/node_modules/download.jqueryui.com/node_modules/grunt/lib/grunt/task.js:56:16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment