Stéphane R.
Stéphane R.

Reputation: 1496

Use jQuery 2.x on Meteor APP

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

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

Error: Error: Cannot find module 'jquery'

Thank you ! :)

EDIT

Fix : Install jQuery with

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

Upvotes: 4

Views: 659

Answers (1)

Barry Michael Doyle
Barry Michael Doyle

Reputation: 10608

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

Upvotes: 2

Related Questions