-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Npm link cause "Unable to resolve module AccessibilityInfo
"
#15172
Comments
Duplicate of #14209 |
I don't know if someone told that before me but downgrading from |
I don't think that it is a dublicate of an multiple years old issue. Because the only solution of the old issue was to downgrade version. |
It seems the issue has been present in all kind of operating system and react version for years. And the support is very unprofessional... |
Same issue here. Did something change in the last two days? |
This comment has been minimized.
This comment has been minimized.
Please submit a new issue, as this one is closed. |
Is this a bug report?
Feels like it is a bug.
Environment
react-native -v
:react-native-cli: 2.0.1 react-native: 0.46.4
node -v
:v8.1.3
npm -v
:5.3.0
Target Platform: *
Development Operating System: macOS 10.12.5 & Windows 10 64bit
Steps to Reproduce
There is a RN Project A and Denpendency B.
B is abstracted from A, it works properly before.
Now B has a dependency on RN.
Project A install Dependency B using
npm link ../B && npm install ../B --save
.Structure as below:
|--A
|--|--node_modules
|-------|--RN
|-------|--B
|----------|--node_modules
|---------------|--RN
Run with
react-native start
Expected Behavior
Everything goes fine.
Actual Behavior
Error pops up as
error: bundling failed: "Unable to resolve module "AccessibilityInfo" from "/path/to/A/node_modules/react-native/Libraries/react-native/react-native-implementation.js": Module does not exist in the module map
.The text was updated successfully, but these errors were encountered: