c3 icon indicating copy to clipboard operation
c3 copied to clipboard

Symlink issue when install c3 with yarn

Open carlosscherer86 opened this issue 5 years ago • 1 comments

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

  • C3 version: 0.7.15
  • D3 version: v5
  • Browser: -
  • OS: linux

carlosscherer86 avatar Apr 16 '20 00:04 carlosscherer86

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"
  }
}

kt3k avatar Apr 18 '20 21:04 kt3k