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
source
share