Hello, I cloned the repo and did an npm install and I was trying to run npm run build in sol-did/sol-did/client/packages/cli However I get the error in the title (Cannot find module '@identity.com/sol-did-client'). Thing is, it is downloaded because $ npm list @identity.com/sol-did-client sol-did@ /home/lydacious/sol-did/sol-did └─┬ @identity.com/sol-did-cli@3.3.0 -> ./client/packages/cli └── @identity.com/sol-did-client@3.3.0 -> ./client/packages/core
Has anyone faced this issue? Thanks!
Hello, I cloned the repo and did an
npm installand I was trying to runnpm run buildinsol-did/sol-did/client/packages/cliHowever I get the error in the title (Cannot find module '@identity.com/sol-did-client'). Thing is, it is downloaded because$ npm list @identity.com/sol-did-client sol-did@ /home/lydacious/sol-did/sol-did └─┬ @identity.com/sol-did-cli@3.3.0 -> ./client/packages/cli └── @identity.com/sol-did-client@3.3.0 -> ./client/packages/coreHas anyone faced this issue? Thanks!