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

compatibility with twbs 4 #140

Open
honwlt opened this issue Jan 25, 2016 · 1 comment
Open

compatibility with twbs 4 #140

honwlt opened this issue Jan 25, 2016 · 1 comment

Comments

@honwlt
Copy link

honwlt commented Jan 25, 2016

Hey,
Am trying to integrate twbs alpha 4 with the typeahead.
Any settings I need to change to make it work with twbs 4?
Appreciate any help.

It gives me:

meteor add sergeyt:[email protected]_8
=> Errors while adding packages:

While selecting package versions:
error: Conflict: Constraint twbs:[email protected] is not satisfied by twbs:bootstrap 4.0.0-alpha2.
Constraints on package "twbs:bootstrap":

@honwlt
Copy link
Author

honwlt commented Jan 25, 2016

As a workaround, I have downloaded the source and put it in a local package.
And I updated the package.js to
api.use('twbs:[email protected]', 'client', {weak: true});

And also updated the css to typeaheadjs.css

This seems to work with twbs 4.

I am wondering whats the right way to achieve the same.

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

1 participant