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

Relies specifically on [email protected] #287

Open
AlbinoGeek opened this issue Dec 2, 2017 · 1 comment
Open

Relies specifically on [email protected] #287

AlbinoGeek opened this issue Dec 2, 2017 · 1 comment

Comments

@AlbinoGeek
Copy link

AlbinoGeek commented Dec 2, 2017

Description

package.json specifically requires [email protected] , and many projects use coffeescript@2 (the newer, better, more ES/JavaScript Friendly version of CoffeeScript that changes nothing on our end (the developer).

Reproduce

meteor create restivus-br
cd restivus-br
meteor install accounts-password # 1.5.0
meteor install alanning:roles    # 1.2.16
meteor install coffeescript      # 2.0.3_1
meteor install nimble:restivus   # FAILS

Log

=> Errors while adding packages:

While selecting package versions:
error: Potentially incompatible change required to
 top-level dependency: coffeescript 1.12.7_3, was 2.0.3_1.
Constraints on package "coffeescript":
* [email protected] <- nimble:restivus 0.8.12
@achirkof
Copy link

achirkof commented Nov 14, 2018

@AlbinoGeek have you solved this? I would like to break free from coffeescript 1.0.2 dependency.

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

2 participants