brunch / brunch-with-chaplin

Boilerplate application for Brunch with Chaplin framework included.
paulmillr.com
280 stars 68 forks source link

brunch watch | TypeError: string is not a function #88

Closed t0ster closed 11 years ago

t0ster commented 11 years ago

@paulmillr hi. Having an error when running brunch watch. Please help. Thanks.

/Users/t0ster/Documents/Workspace/brunch-with-chaplin/node_modules/javascript-brunch/lib/index.js:18
    return callback(null, params);
           ^
TypeError: string is not a function
    at JavaScriptCompiler.module.exports.JavaScriptCompiler.compile (/Users/t0ster/Documents/Workspace/brunch-with-chaplin/node_modules/javascript-brunch/lib/index.js:18:12)
    at /usr/local/share/npm/lib/node_modules/brunch/lib/fs_utils/source_file.js:58:25
    at lint (/usr/local/share/npm/lib/node_modules/brunch/lib/fs_utils/source_file.js:18:14)
    at /usr/local/share/npm/lib/node_modules/brunch/lib/fs_utils/source_file.js:50:14
    at fs.js:266:14
    at Object.oncomplete (fs.js:107:15)
t0ster commented 11 years ago

updated to the latest brunch and it helped. thanks