Help Setting up VISX for my react project #1146
Unanswered
knightswatch3
asked this question in
Q&A
Replies: 1 comment
-
Hi @SatishChandraPalakoti, Could you try running |
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.
-
import {Group} from "@visx/group" ;
import { hierarchy, Tree } from "@visx/hierarchy";
import { LinearGradient } from "@visx/gradient";
I'm new to the visx library and I am trying to import the needed components in my react(javascript) project. For which I receive the following errors:
ERROR in ./src/client/view/routes/Tasks/routes/Edit/components/EditNewGraph/EditNewGraph.js
Module not found: Error: Can't resolve '@visx/gradient' in '/root/T1/src/client/view/routes/Tasks/routes/Edit/components/EditNewGraph'
@ ./src/client/view/routes/Tasks/routes/Edit/components/EditNewGraph/EditNewGraph.js 32:0-48
I don't think I have to tweak anything on the webpack configuration.
But I am running out of ideas of where should I be looking at the errors.
TIA.
My version of webpck - 4.44.1
React - 16.x
node v14.0.0
Beta Was this translation helpful? Give feedback.
All reactions