私は最初に新しいプロジェクトを開始します
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)
このエラーを修正する方法がわかりませんか?