Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meteor-accounts-t9n is now only an NPM package. Remove dependency on old version. #754

Open
tab00 opened this issue Jan 29, 2018 · 3 comments

Comments

@tab00
Copy link

tab00 commented Jan 29, 2018

meteor-accounts-t9n is now only an NPM package as of version 2.3.0.

The old softwarerero:accounts-t9n Meteor package that useraccounts:core still depends on requires an old version of coffeescript that has become incompatible with other packages that I use.

@tab00 tab00 changed the title meteor-accounts-t9n is now only an NPM package. Remove dependency. meteor-accounts-t9n is now only an NPM package. Remove dependency on old version. Jan 29, 2018
@jurgenfink
Copy link

@tab00 following fixed it for me:

I removed:
meteor remove useraccounts:core (this removes softwarero:account-t9n dependency)
meteor remove useraccounts:iron-routing (in my case iron router)

and then added:
meteor add jaume:useraccounts-core (that installs dependency jaume:account-t9n)
meteor add jaume:useraccounts-iron-routing (in my case)

Then, change your import statements in js files:
before:
import { AccountsTemplates } from 'meteor/useraccounts:core';
after:
import { AccountsTemplates } from 'meteor/jaume:useraccounts-core';

These packages from Jaume have dependencies to latest coffescript and coffescript compiler (you might have to run meteor update --all-packages ) and this fixed it for me.

atmospherejs link:
https://atmospherejs.com/jaume/useraccounts-core

@juliomac
Copy link

I found this fork that changed dependency to npm: abhima9yu@74a4e48

Is there anyway to make a Pull request?

@xpressabhi
Copy link

Any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants