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

Error on Meteor 1.6.1 #10

Open
dnish opened this issue Jan 27, 2018 · 6 comments
Open

Error on Meteor 1.6.1 #10

dnish opened this issue Jan 27, 2018 · 6 comments

Comments

@dnish
Copy link

dnish commented Jan 27, 2018

Hey,
I'm getting the following error message on the latest Meteor version:

While selecting package versions:
error: Conflict: Constraint [email protected] is not satisfied by babel-compiler 7.0.0.

* babel-compiler@~7.0.0 <- top level
* [email protected] <- ecmascript 0.10.0
* [email protected] <- ssrwpo:minifierjs 2.0.0 <- ssrwpo:uglifyjs2 0.6.0
@Cabezaa
Copy link

Cabezaa commented Feb 17, 2018

Same error here. Any solution?

@latifs
Copy link

latifs commented Apr 24, 2018

Same here,
Anything new on that guys?
Thanks

@nilesh-parab
Copy link

@Cabezaa @dnish @latifs try overriding the package locally & then change the constraints.

To override:

  • Clone the package to a location on disk.
  • Copy it into your app at <app>/packages/
  • Rename the folder you copied to any name
  • Run below command to remove the atmosphere package you are overriding:
    meteor remove <packagename>
  • Edit the <app>/.meteor/packages file & add your package's name.
  • Make necessary changes to the package

@evertonfraga
Copy link

@nilesh-parab that feels a bit hacky. Did anyone get any cleaner solution?

@Type1J
Copy link

Type1J commented Sep 19, 2018

Any progress here?

@MegaJSDeveloper
Copy link

C:\localhost\donationphysics>meteor add ssrwpo:uglifyjs2
=> Errors while adding packages:

While selecting package versions:
error: Conflict: Constraint [email protected] is not satisfied by babel-compiler 7.5.0.
Constraints on package "babel-compiler":

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

7 participants