Jeiwan/uniswapv3-code

Can't resolve 'ngraph.graph' in ./src/lib/pathFinder.js 3:0-39

sun1211 opened this issue · 3 comments

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

I ran:
npm install ngraph.path

which seemed to resolve it

Thanks for your suggest, But not work @kingofclubstroyDev

You need to run yarn in the ui folder:

$ cd ui
$ yarn
$ yarn start