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

Yarn #33

Closed
xserber opened this issue Dec 28, 2018 · 6 comments
Closed

Yarn #33

xserber opened this issue Dec 28, 2018 · 6 comments

Comments

@xserber
Copy link

xserber commented Dec 28, 2018

Hi David, are you planning to add support install package for yarn?

@David-Desmaisons
Copy link
Owner

Well:
yarn install vued3tree
should do the trick.

@xserber
Copy link
Author

xserber commented Dec 28, 2018

After installing the package through yarn, it does not work. Errors occur "h.transition". If install through npm, package correct work.

Sorry for bad english

@David-Desmaisons
Copy link
Owner

Could you share the complete scenario and the callstack of the error please?

@xserber
Copy link
Author

xserber commented Dec 29, 2018

#31
In this release, demo errors and mentions yarn.

@Lexanimus
Copy link

Found a solution for using vued3tree with Yarn: d3/d3-selection#185

Steps to solve:

  1. Add to package.json:
    "resolutions": {
        "d3-selection": "1.3.0"
    }
  1. Remove yarn.lock
  2. Run yarn

@David-Desmaisons
Copy link
Owner

@Lexanimus thanks for documenting this work-around.

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

3 participants