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

Can't resolve 'Wallop’ when building on linux #82

Open
PaddyMurphy opened this issue Jul 25, 2017 · 4 comments
Open

Can't resolve 'Wallop’ when building on linux #82

PaddyMurphy opened this issue Jul 25, 2017 · 4 comments

Comments

@PaddyMurphy
Copy link

I just received this error while trying to build on a linux machine.

ERROR in ./src/js/slider.js
Module not found: Error: Can't resolve 'Wallop’ in

I fixed it by changing to lowercase ‘wallop’ like it is referenced in node_modules. Normally I build on a mac without issues. Can you update the documentation?

@honzabilek4
Copy link

Hi,
How are you loading the module? i.e which type of module loader are you using?

@PaddyMurphy
Copy link
Author

I'm using webpack 3.0.0 and babel-loader 7.0.0. MacOS & PC are not case-sensitive but Linux is.

@honzabilek4
Copy link

honzabilek4 commented Jul 27, 2017

I see,
@neutraltone has already created a pull request for this. #83

@PaddyMurphy
Copy link
Author

Thanks!

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