beefy icon indicating copy to clipboard operation
beefy copied to clipboard

no error reporting in browser

Open gokigoks opened this issue 10 years ago • 2 comments

I only get this error. I read other issues' fix by applying the throw err line. the CLI reports too, are no good. Can I edit some of the code to show more elaborate error reports? error on beefy

gokigoks avatar Feb 25 '15 13:02 gokigoks

Same here. Happens when using a transform. Running browserify on the command line gives an error:

> browserify index.ts -p [ tsify ] > bundle.js
TypeScript error: index.ts(62,11): Error TS2304: Cannot find name 'blah'.

But running the same command via beefy:

beefy index.ts:bundle.js 8080 -- -p [ tsify ]

This just injects <pre>undefined</pre> into the page.

fenomas avatar May 24 '15 06:05 fenomas

Same here. After some random change in my code base, I get this in my console.

200   77ms       562B  /
undefined
200  510ms       387B  /src/app.js ➞ C:\Users\Kalman\AppData\Roaming\npm\node_modules\browserify .\src\app.js -d

It seems to be caused by browserify though. If I run browserify on the code base, I get this.

events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: ENOENT: no such file or directory, open 'D:\project\lattice\prime-vis\lib\bundle.js.tmp-browserify-64507274292921201742'
    at Error (native)

kkeri avatar May 18 '17 06:05 kkeri