c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.34k stars 1.39k forks source link

Symlink issue when install c3 with yarn #2783

Open carlosscherer86 opened 4 years ago

carlosscherer86 commented 4 years ago

Yarn raises expectation bellow while installing the package:

Could not list contents of '/node_modules/@bower_components/c3/htdocs/js/extensions'. Couldn't follow symbolic link.

Yarn version: 1.22.4

kt3k commented 4 years ago

I feel that's an issue of bower support of yarn.

Do you have any reason to use c3 through bower support of yarn? How about changing it to simple npm dependency? like:

{
  "dependencies": {
    "c3": "^0.7.15"
  }
}