You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the "node ecosystem.js up" commandm the environment is build and the docker are started, however the wallet frontend shows errors like so: wallet-frontend | Module not found: Error: Can't resolve 'ua-parser-js' in '/home/node/app/src/components' wallet-frontend | WARNING in ./node_modules/@cef-ebsi/ebsi-did-resolver/dist/constants.js wallet-frontend | Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): wallet-frontend | Failed to parse source map from '/home/node/app/node_modules/@cef-ebsi/ebsi-did-resolver/src/constants.ts' file: Error: ENOENT: no such file or directory, open '/home/node/app/node_modules/@cef-ebsi/ebsi-did-resolver/src/constants.ts' wallet-frontend | wallet-frontend | WARNING in ./node_modules/@cef-ebsi/ebsi-did-resolver/dist/errors.js wallet-frontend | Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): wallet-frontend | Failed to parse source map from '/home/node/app/node_modules/@cef-ebsi/ebsi-did-resolver/src/errors.ts' file: Error: ENOENT: no such file or directory, open '/home/node/app/node_modules/@cef-ebsi/ebsi-did-resolver/src/errors.ts' wallet-frontend |
I seems like some of the node_modules do not get depoyed. Am I missing something?
The text was updated successfully, but these errors were encountered:
I am trying to install the ecosystem based on the documenation here: https://wwwallet.github.io/wallet-docs/docs/development-environment-setup/getting-started/
After the "node ecosystem.js up" commandm the environment is build and the docker are started, however the wallet frontend shows errors like so:
wallet-frontend | Module not found: Error: Can't resolve 'ua-parser-js' in '/home/node/app/src/components' wallet-frontend | WARNING in ./node_modules/@cef-ebsi/ebsi-did-resolver/dist/constants.js wallet-frontend | Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): wallet-frontend | Failed to parse source map from '/home/node/app/node_modules/@cef-ebsi/ebsi-did-resolver/src/constants.ts' file: Error: ENOENT: no such file or directory, open '/home/node/app/node_modules/@cef-ebsi/ebsi-did-resolver/src/constants.ts' wallet-frontend | wallet-frontend | WARNING in ./node_modules/@cef-ebsi/ebsi-did-resolver/dist/errors.js wallet-frontend | Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): wallet-frontend | Failed to parse source map from '/home/node/app/node_modules/@cef-ebsi/ebsi-did-resolver/src/errors.ts' file: Error: ENOENT: no such file or directory, open '/home/node/app/node_modules/@cef-ebsi/ebsi-did-resolver/src/errors.ts' wallet-frontend |
I seems like some of the node_modules do not get depoyed. Am I missing something?
The text was updated successfully, but these errors were encountered: