Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update browserify-with-globs.md #1395

Closed
wants to merge 1 commit into from
Closed

Update browserify-with-globs.md #1395

wants to merge 1 commit into from

Conversation

fchastanet
Copy link

when browserify throw this error
events.js:141
throw er; // Unhandled 'error' event
^

Error: path must be a string
at /.../node_modules/browserify/node_modules/resolve/lib/async.js:16:16
at doNTCallback0 (node.js:428:9)
at process._tickCallback (node.js:357:13)

we need some debugging information : added on('error'...) on the bundle

when browserify throw this error
events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: path must be a string
    at /.../node_modules/browserify/node_modules/resolve/lib/async.js:16:16
    at doNTCallback0 (node.js:428:9)
    at process._tickCallback (node.js:357:13)

we need some debugging information : added on('error'...) on the bundle
@phated
Copy link
Member

phated commented Dec 21, 2015

Recipes are supposed to be simplified to get you started and don't include common error handling logic.

@phated phated closed this Dec 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants