Can't install Visx chart library. #2064
shashwata27
started this conversation in
General
Replies: 2 comments
-
Also tried installing the entire library, rather than separate packages yarn add @visx/visx installation logs ➤ YN0000: · Yarn 4.0.2
➤ YN0000: ┌ Resolution step
➤ YN0085: │ + @visx/visx@npm:3.6.1, @types/d3-array@npm:3.0.3, @types/d3-cloud@npm:1.2.5, @types/d3-color@npm:3.1.0, @types/d3-color@npm:3.1.3, and 85 more.
➤ YN0000: └ Completed in 11s 848ms
➤ YN0000: ┌ Fetch step
➤ YN0013: │ 48 packages were added to the project (+ 2.24 MiB).
➤ YN0000: └ Completed in 3s 392ms
➤ YN0000: ┌ Link step
➤ YN0000: │ ESM support for PnP uses the experimental loader API and is therefore experimental
➤ YN0008: │ root@workspace:. must be rebuilt because its dependency tree changed
➤ YN0000: └ Completed in 11s 941ms
➤ YN0000: · Done with warnings in 27s 357ms |
Beta Was this translation helpful? Give feedback.
0 replies
-
Based on the logs it looks like you was installing these dependencies into the root workspace rather than yarn workspace app add @visx/visx Reference: https://yarnpkg.com/cli/workspace |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried installing Visx package using
But in my IDE it's saying
Beta Was this translation helpful? Give feedback.
All reactions