brunch / auto-reload-brunch

Adds automatic browser reloading support to brunch.
88 stars 30 forks source link

1.7.2 gives error: Reading of 'node_modules/vendor/auto-reload.js' failed. ENOENT, open 'node_modules/vendor/auto-reload.js' #44

Closed julienaubert closed 10 years ago

julienaubert commented 10 years ago

Steps to reproduce: brunch new https://github.com/julienaubert/brunch_knockout/ frontend cd frontend brunch w -s 27 Feb 12:07:53 - error: Reading of 'node_modules/vendor/auto-reload.js' failed. ENOENT, open 'node_modules/vendor/auto-reload.js'

brunch --version: 1.7.13 node --version: v0.10.25 config.json: https://github.com/julienaubert/brunch_knockout/blob/master/config.js package.json: https://github.com/julienaubert/brunch_knockout/blob/master/package.json

If I uninstall auto-reload-brunch and specifically install 1.7.1 it works fine.

julienaubert commented 10 years ago

I just pushed to master on brunch_knockout to hard-set 1.7.1 (instead of ~1.7.1). So to reproduce it: just try manually: npm install auto-reload-brunch@1.7.2