Module not found error when running yarn start

./src/features/configure/index.js
Module not found: Can’t resolve ‘blockchain-addressbook’ in ‘C:\Users\Owner\Documents\GitHub\KuHoge-UI\src\features\configure’

Got this error after trying to link a modified version of beefy.finance 's blockchain-addressbook so it would support kcc

Any clues for how to fix that ?

You’ll need to post more code for an accurate answer. :slight_smile:

How are you exporting the module? How are you importing the module? Is this using node which imports with require or is this FE code using import statements?