Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Cannot resolve module 'bootstrap-slider' #132

Open
texonidas opened this issue Jun 16, 2016 · 1 comment
Open

Cannot resolve module 'bootstrap-slider' #132

texonidas opened this issue Jun 16, 2016 · 1 comment

Comments

@texonidas
Copy link

Currently attempting to use Webpack to bundle an Angular application, and this error is being emitted. I have http://seiyria.github.io/bootstrap-slider/ installed, however upon closer inspection it doesn't appear to be exported as a module at any point in the code. Am I overlooking something? And should this issue potentially be listed under the bootstrap-slider project?

@seiyria
Copy link
Owner

seiyria commented Jun 16, 2016

That's correct, it does not. No, this is an angular bootstrap slider problem. It declares a global module so instead of trying to require it, you can instead just load it (import 'angular-bootstrap-slider' instead of import slider from 'angular-bootstrap-slider'). If that doesn't work, I'm not sure what to tell you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants