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

fix(controller): update requires to match filenames #4

Merged
merged 1 commit into from Nov 19, 2015

Conversation

javiercejudo
Copy link
Contributor

I was getting the following error when running the application locally and notice some of the requires capitalisation didn't match that of the actual files:

[18265:1118/230151:ERROR:nw_shell.cc(336)] Error: Cannot find module '../process/mediaquerierotine'
    at Function.Module._resolveFilename (module.js:327:15)
    at Function.Module._load (module.js:264:25)
    at Module.require (module.js:356:17)
    at require (module.js:375:17)
    at Object.<anonymous> (/home/javier/projects/break-shot/app/scripts/process/controller.js:4:25)
    at Module._compile (module.js:451:26)
    at Object.Module._extensions..js (module.js:469:10)
    at Module.load (module.js:346:32)
    at Function.Module._load (module.js:301:12)
    at Module.require (module.js:356:17)
[18265:1118/230151:INFO:CONSOLE(329)] "Uncaught Error: Cannot find module '../process/mediaquerierotine'", source: module.js (329)

@victorferraz
Copy link
Owner

Thank you @javiercejudo, for the help :) also I need change the ignorecase

victorferraz added a commit that referenced this pull request Nov 19, 2015
fix(controller): update requires to match filenames
@victorferraz victorferraz merged commit c37a676 into victorferraz:master Nov 19, 2015
@javiercejudo javiercejudo deleted the capitalisation branch November 19, 2015 00:45
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.

None yet

2 participants