Use jQuery 2.x for Meteor APP

I would like to upgrade the current version of jQuery on my Meteor projet 1.x to 2.x. Do you know how I can update this module?

I also have jQuery not found 'error module. I would like to update my jQuery version to use the Foundation framework:

Error: Error: Cannot find module 'jquery'

Thank!:)

EDIT

Fix: install jQuery using

meteor npm install --save jquery meteor- node -stubs

+4
source share
1 answer

Install jQuery with meteor npm install --save jquery meteor-node-stubs

+2
source

All Articles