How to fix my bootstrap display (Navbar) and how come it can't find the jQuery module where as I installed using npm

Hello,

I posted a question regarding bootstrap and meteor on SO :

Any thoughts on the issue,
Thanks in advance !!

I usually use the bootstrap atmosphere package twbs:bootstrap

But in other non-meteor react projects where I npm installed bootstrap I made sure I inported the css in my components.

import ‘bootstrap/dist/css/bootstrap.css’;

Maybe that’s what your missing