Uncaught Error: Cannot find module 'jquery'
Opened this issue · 3 comments
Deleted user commented
I installed Motion UI via meteor add zurb:motion-ui
, but when I start meteor (tried 1.3.2 and 1.3.3) I get the following client error:
Uncaught Error: Cannot find module 'jquery'
require @ install.js:78
(anonymous function) @ motion-ui.js:5
meteorInstall.node_modules.meteor.zurb:motion-ui.dist.motion-ui.js @ motion-ui.js:1
fileEvaluate @ install.js:141
require @ install.js:75
(anonymous function) @ zurb_motion-ui.js?hash=7f54557…:171
(anonymous function) @ zurb_motion-ui.js?hash=7f54557…:177`
jquery seems to work fine though, but Motion UI does not.
benvp commented
Same issue for me. +1
Deleted user commented
@benlime did you ever figure out a solution? seems like this repo is pretty dead