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

when unable to find a require it should not bomb the compiler #15

Open
samccone opened this issue Jan 25, 2015 · 1 comment
Open

when unable to find a require it should not bomb the compiler #15

samccone opened this issue Jan 25, 2015 · 1 comment

Comments

@samccone
Copy link
Contributor

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: Cannot find module 'bower_components/jquery/dist/jquery.min.js' from '/Users/sam/Desktop/repos/ss15-goat/webapp/assets/js'
  at /Users/sam/Desktop/repos/ss15-goat/webapp/node_modules/roots-browserify/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:50:17
  at process (/Users/sam/Desktop/repos/ss15-goat/webapp/node_modules/roots-browserify/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:119:43)
  at /Users/sam/Desktop/repos/ss15-goat/webapp/node_modules/roots-browserify/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:128:21
  at load (/Users/sam/Desktop/repos/ss15-goat/webapp/node_modules/roots-browserify/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:60:43)
  at /Users/sam/Desktop/repos/ss15-goat/webapp/node_modules/roots-browserify/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:66:22
  at /Users/sam/Desktop/repos/ss15-goat/webapp/node_modules/roots-browserify/node_modules/browserify/node_modules/browser-resolve/node_modules/resolve/lib/async.js:21:47
  at Object.oncomplete (fs.js:108:15)
@jescalan
Copy link
Contributor

Yeah this is sort of a roots issue actually. There need to be methods for extensions to gracefully throw errors integrated in. Will work on this.

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

No branches or pull requests

2 participants