You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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":
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});
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":
The text was updated successfully, but these errors were encountered: