Project with 8.0.0-rc1 can't be build missing dependency d3-scale.
See original GitHub issueProject using 8.0.0-rc1 can’t be build, it requires d3-scale.
To Reproduce Steps to reproduce the behavior:
- Add dependency “@swimlane/ngx-graph”: “^8.0.0-rc.1” to your angular project
- Run npm install && ng build --prod
- See error in console:
ERROR in The target entry-point "@swimlane/ngx-graph" has missing dependencies:
- d3-scale
Expected behavior Don’t know what is the best solution, easiest I think is to document at least this dependency
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Swimlane - Bountysource
Project using 8.0.0-rc1 can't be build, it requires d3-scale. To Reproduce Steps to reproduce the behavior: 1. Add dependency "@swimlane/ngx-graph": ...
Read more >Missing Dependency in dependent project - gradle
0' in app module, all the dependencies (which are implemented in common build.gradle) is available to use in app module also. But if...
Read more >Compare Packages Between Distributions - DistroWatch.com
In this way we can not only compare two competing projects, but also track the progress of distributions as they adopt newer versions...
Read more >Open Source Used In DNAC SDA+Wireless Groot - Cisco
1.218 babel-loader 8.0.6 8.0.6 ... 1.352 jest-resolve-dependencies 24.9.0 24.9.0 ... 1.1364 babel-helper-create-regexp-features-plugin 7.8.3 7.8.3.
Read more >Notice - Product documentation
You are advised to examine the project's license directly in ... Apache license 2.0 contribution to d3-scale-chromatic - Unspecified.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There is a bug reported for a release candidate and then a major release is done without fixing the issue. Please be more careful when releasing new versions and check new issues. Thanks.
Well, I have the issue on Windows, but same lib built on Mac does not report any missing dependency. Anyway, try
npm i --save d3
as a workaround.