beefy icon indicating copy to clipboard operation
beefy copied to clipboard

Beefy is broken?

Open dcosson opened this issue 8 years ago • 4 comments

I get the following error when running beefy in the simplest possible form, I'm on OSX El Capitan and Node 4.2.1.

beefy (v2.1.5) is listening on http://127.0.0.1:9966
200    7ms       530B  / (generated)
buffer.js:229
    buf.copy(buffer, pos);
        ^

TypeError: buf.copy is not a function
    at Function.Buffer.concat (buffer.js:229:9)
    at Stream.end (C:\Users\Tomasz\AppData\Roaming\npm\node_modules\beefy\lib\accumulate-error.js:25:26)
    at _end (C:\Users\Tomasz\AppData\Roaming\npm\node_modules\beefy\node_modules\through\index.js:61:9)
    at Stream.stream.end (C:\Users\Tomasz\AppData\Roaming\npm\node_modules\beefy\node_modules\through\index.js:70:5)
    at Stream.onend (stream.js:59:10)
    at emitNone (events.js:72:20)
    at Stream.emit (events.js:166:7)
    at drain (C:\Users\Tomasz\AppData\Roaming\npm\node_modules\beefy\node_modules\through\index.js:33:23)
    at Stream.stream.queue.stream.push (C:\Users\Tomasz\AppData\Roaming\npm\node_modules\beefy\node_modules\through\index.js:41:5)
    at Stream.end (C:\Users\Tomasz\AppData\Roaming\npm\node_modules\beefy\node_modules\through\index.js:17:35)
npm ERR! Test failed.  See above for more details.

The command I'm running is

beefy app/entry.js 

Then when I request http://localhost:9966/bundle.js beefy crashes with the buf error above.

It's certainly possible I'm hitting some weird edge case, but it really seems like beefy is just broken on the most common development environments for versions of node released in the past ~3 months. Seems like a pretty big issue...

dcosson avatar Dec 07 '15 17:12 dcosson

Also getting this on 5.2.0

yocontra avatar Dec 17 '15 20:12 yocontra

Which browserify transforms are you using?

I got this when I set up my babelify config wrong, works fine when I fixed my cruddy config. OSX with node 5.2.0.

Although live reload is behind but thats a separate issue.

mattstyles avatar Dec 22 '15 13:12 mattstyles

After updating from 0.10 to 5.3.0 also started having this issue. It crashes when I have some rough syntax mistake in a file, like window.;

dy avatar Dec 25 '15 06:12 dy

I go this same error, and changing my dependencies from browserify 13 to 12 fixed it.

berleant avatar Jan 21 '16 07:01 berleant