-
Notifications
You must be signed in to change notification settings - Fork 28
After upgrade to 1.3: Packages not available anymore #113
Comments
Same here. After upgrading to Meteor 1.3 All the packages installed using meteor-bower are not available. In my case most of them are modules for angular and this is the message:
If I remove the ngCordova injector from app.ng.js then the error message is the following bower package
Not sure if the problem is related to another bower issue that provokes that "ignoredDependencies" does not work correctly and makes angular load twice... |
I think we'll be deprecating in favor of npm. If your package isn't On Tuesday, March 29, 2016, Marcos Cuevas [email protected] wrote:
|
Sorry @lorensr, I don't understand your answer and sorry again if I remake the question but I am using meteor-bower to install client side angular modules like ngCordova, angular-translate, etc. After updating Meteor from 1.2.1 to 1.3 my app stopped working with the logs I CC. My guess is that theres is something in the loading process in Meteor 1.3 update that prevents bower integrated libraries to load before the app.ng.js module does... but not sure. |
Meteor 1.3 has a new build-in method to load JavaScript packages in your Meteor app, and it uses NPM. Because of that we have decided to deprecate this bower package. The build-in loader is way more robust (and officially supported by MDG) than this package. Since the Meteor bundling system changed significantly I think we won’t work on a version of this package to support Meteor 1.3. That means that you will have to replace bower packages by NPM ones as part of the migration process from 1.2 to 1.3. If you don’t want to do that migration today, you could continue to use |
Ah okay, thank you for the information. |
Thank you @mquandalle and @lorensr. Now I understand! |
Hi,
I'm using Materialize as bower package in my application, after upgrading to 1.3 it seems that it isn't included anymore within my project, I get only exceptions that $(...).dropdown() isn't defined (it's a Materialize function). Everything worked fine with 1.2.1
Are there any changes in configuration to make it work?
The text was updated successfully, but these errors were encountered: