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
Having issues with app project running inside a lerna project. The issue is a particular node module is replaced by a symlink and when adding the import statement the output returns a missing module inside node_modules. That module is a symlink within the lerna project and doesn't seem include the module during export. But when I run add the package such as yarn add the exported node_modules work. Is there settings or configuration to resolve symlinks?
Expected Behavior
Expected the symlinks to get resolved properly.
Observed Behavior
On the error I cleared out the cache and followed the recommended clearing of node cache.
Unable to resolve module `@test/test-redux` from `/projects/app/packages/app/App.js`: Module does not exist in the module map or in these directories: /projects/app/node_modules/@test
I believe some work is happening upstream to improve symlink support for the RN packager, going to close this as this will be fixed once it is there. Thanks!
Description
Having issues with app project running inside a lerna project. The issue is a particular node module is replaced by a symlink and when adding the import statement the output returns a missing module inside node_modules. That module is a symlink within the lerna project and doesn't seem include the module during export. But when I run add the package such as
yarn add
the exported node_modules work. Is there settings or configuration to resolve symlinks?Expected Behavior
Expected the symlinks to get resolved properly.
Observed Behavior
On the error I cleared out the cache and followed the recommended clearing of node cache.
Environment
Ran this command to clear cache
Also specify:
The text was updated successfully, but these errors were encountered: