Meteor 1.3.x doesn't work with npm packages of jquery plugins like fullcanlendar, selectize

I did

meteor npm install fullcalendar --save

but it seems it can’t even load the plugin properly

TypeError: $(…).fullCalendar is not a function

I tried to extract the library and put to client/lib, and it works, but can I use npm package of these plugins?

1 Like