Urigo / angular2-meteor-accounts-ui

18 stars 20 forks source link

Please support Angular 2 rc1 #13

Closed hongbo-miao closed 8 years ago

hongbo-miao commented 8 years ago

Right now, if use this package, the console shows:

Uncaught Error: Cannot find module 'angular2/core'

ghost commented 8 years ago

I second this. Need RC1 support asap or an update on whats happening?

Tidio commented 8 years ago

Hi, I encountered the same problem, it would be great to support Angular 2 rc1 since it have significant changes. (Sorry for my english in advance).

somombo commented 8 years ago

I second this, kindly update.. Thank You!

Urigo commented 8 years ago

fixed and released a new version, please let me know if it's working for you now

somombo commented 8 years ago

Still getting the following error.. Please advise:

"!!./../node_modules/css-loader/index.js!./../node_modules/less-loader/index.js!./login-buttons.less" in /C/Users/chiso/Desktop/Development/angular/meteor/myappname/src/node_modules/angular2-meteor-accounts-ui/login-buttons.js (web.browser)

If you notice problems related to these missing modules, consider running:

meteor npm install --save !!.

Urigo commented 8 years ago

@Makombo those warnings are tracked in this issue. They won't interrupt your app and your app should work fine with them, it's just annoying and hopefully will be solved soon

somombo commented 8 years ago

Great Thank you!