credo-ts
credo-ts copied to clipboard
Unable to resolve module ./agent/EventEmitter from "node_modules\@aries-framework\core\build\index.js"
I get the following error when starting a new React project and setting up Android and App.js for Aries Framework:
None of these files exist: * node_modules@aries-framework\core\build\agent\EventEmitter(.native|.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx) * node_modules@aries-framework\core\build\agent\EventEmitter\index(.native|.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx)
Can you check if you fully re-install dependencies and rebuild the app if this still happens? I'm not experiencing this issue myself, and I'm certain the file does exist, so I'm guessing it is a loader / bundler issue.
If the issue persist, can you provide me with a repository that reproduces the error?
Closing due to inactivity. Please open a new issue if you're still encountering issues