Can't resolve 'ngraph.graph' in ./src/lib/pathFinder.js 3:0-39
sun1211 opened this issue · 3 comments
sun1211 commented
after run yarn & yarn start
ERROR in ./src/lib/pathFinder.js 3:0-39
Module not found: Error: Can't resolve 'ngraph.graph' in '~/uniswapv3-code/ui/src/lib'
Notes: I already runyarn add ngraph.path
but it does not work
Can not start UI
kingofclubstroyDev commented
I ran:
npm install ngraph.path
which seemed to resolve it
sun1211 commented
Thanks for your suggest, But not work @kingofclubstroyDev
Jeiwan commented
You need to run yarn
in the ui
folder:
$ cd ui
$ yarn
$ yarn start