Uncaught TypeError: Cannot read property 'easing' of undefined

Hi Meteorites!

I moved from bootstrap to materialize and I am simply unable to run the application now. Pls help to fix this! :sweat::

These are the errors:

be6a3bc….js?meteor_js_resource=true:242 Uncaught TypeError: Cannot read property ‘easing’ of undefined(anonymous function) @ be6a3bc….js?meteor_js_resource=true:242(anonymous function) @ be6a3bc….js?meteor_js_resource=true:246(anonymous function) @ be6a3bc….js?meteor_js_resource=true:246
be6a3bc….js?meteor_js_resource=true:102 Uncaught TypeError: Cannot read property ‘ServiceConfiguration’ of undefined(anonymous function) @ be6a3bc….js?meteor_js_resource=true:102s @ be6a3bc….js?meteor_js_resource=true:3u @ be6a3bc….js?meteor_js_resource=true:3

This is my package list:

accounts-base 1.2.8* A user acc…
accounts-password 1.1.13* Password …
accounts-ui 1.1.9 Simple tem…
alanning:roles 1.2.15 Authoriza…
aldeed:autoform 5.8.1 Easily cre…
aldeed:autoform-bs-datetimepicker 1.0.6 Custom boo…
aldeed:autoform-select2 2.0.2 Custom sel…
aldeed:collection2 2.9.1 Automatic …
aldeed:schema-index 1.0.1 Control so…
aslagle:reactive-table 0.8.33* A reactiv…
blaze-html-templates 1.0.4 Compile HT…
chart:chart 1.0.1-beta.4 Cha…
chriswessels:glyphicons-halflings 2.1.0 This simpl…
cordova:cordova-plugin-inappbrowser 0.5.4
cordova:de.appplant.cordova.plugin.local-notification 0.8.4
dburles:collection-helpers 1.0.4 Transform …
dispatch:deep-link 4.0.4 Handle dee…
ecmascript 0.4.8* Compiler p…
edgee:slingshot 0.7.1 Directly p…
es5-shim 4.5.13* Shims and…
fastclick 1.0.12 Faster to…
iron:router 1.0.13 Routing s…
jquery 1.11.9 Manipulat…
materialize:materialize 0.97.7 Materiali…
meteor-base 1.0.4 Packages t…
meteorhacks:kadira 2.30.0 Performan…
mizzao:autocomplete 0.5.1 Client/ser…
mobile-experience 1.0.4 Packages f…
momentjs:moment 2.14.4 Moment.js…
mongo 1.1.9_1* Adaptor …
mpowaga:autoform-autocomplete 0.0.2 Autocomple…
mrt:jquery-easing 1.3.0 GSGD’s jQu…
mrt:moment-timezone 0.2.1 Timezone s…
natestrauser:select2 4.0.2 Select2 is…
raix:handlebar-helpers 0.2.5 Handlebar …
raix:push 3.0.2 Isomorphic…
random 1.0.10 Random nu…
reactive-var 1.0.10 Reactive …
reywood:publish-composite 1.4.2 Publish a …
sacha:spin 2.3.1 Simple spi…
service-configuration 1.0.10 Manage th…
session 1.1.6 Session va…
standard-minifier-css 1.0.8* Standard c…
standard-minifier-js 1.0.8* Standard j…
timbrandin:autoform-slingshot 1.1.2 File uploa…
tracker 1.0.15* Dependenc…
tsega:bootstrap3-datetimepicker 3.1.3_3* Bootstra…
udondan:slick 1.3.11_1 the las…
underscore 1.0.9 Collection…
utilities:state-transitions 0.1.3 A simplifi…
yogiben:admin 1.2.4* A complete…

Thanks in advance!
raskal

I ran into a similar problem as far as the ‘easing’ of undefined was concerned.
The solution, odd as it seems at first glance, was to change the order in .meteor/packages.
Move fourseven:scss and materialize:materialize to just after the stock/automatically-installed meteor packages (and be sure to put fourseven:css before materialize:materialize).

I haven’t run into the service-configuration problem, but you might try moving it up. I have fourseven:css and materialize at the top of the packages list (excepting the ones installed by meteor at creation), then the account-base, accounts-facebook, accounts-password, etc., and then service-configuration.

Let me know if these work for you and good luck!
Carol

1 Like

Yes that works. Thanks! :slight_smile: