wallop icon indicating copy to clipboard operation
wallop copied to clipboard

Can't resolve 'Wallop’ when building on linux

Open PaddyMurphy opened this issue 8 years ago • 4 comments

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?

PaddyMurphy avatar Jul 25 '17 19:07 PaddyMurphy

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

honzabilek4 avatar Jul 26 '17 11:07 honzabilek4

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

PaddyMurphy avatar Jul 26 '17 15:07 PaddyMurphy

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

honzabilek4 avatar Jul 27 '17 19:07 honzabilek4

Thanks!

PaddyMurphy avatar Jul 27 '17 22:07 PaddyMurphy