我首先开始一个新项目
brunch new https://github.com/wordofchristian/brunch-with-hampsters
然后我尝试启动手表和服务器
$brunch w -s
我收到这个错误
node_modules/emblem-brunch/lib/index.js:27
this.window.run(fs.readFileSync(paths.jquery, 'utf8'));
TypeError: Object object has no method 'run'
at EmblemCompiler.module.exports.EmblemCompiler.setup (node_modules/emblem-brunch/lib/index.js:27:21)
at new EmblemCompiler (node_modules/emblem-brunch/lib/index.js:43:14)
我不知道如何解决这个错误?