Skip to content
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

Linking Error due to Missing File #57

Closed
yfng96 opened this issue Aug 5, 2021 · 2 comments
Closed

Linking Error due to Missing File #57

yfng96 opened this issue Aug 5, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@yfng96
Copy link

yfng96 commented Aug 5, 2021

react-native: 0.64.2
react-native-blob-util: ^0.13.11"

Hi, when i run react-native link react-native-blob-util, it returned:
Error: Cannot find module 'C:\Projects\..........\node_modules\react-native-blob-util\scripts\prelink.js'

is there anyway to solve this issue?

I also tried to install the package through the command below, but error still occur
npm install --save github:RonRadtke/react-native-blob-util#<branch_name>

@RonRadtke
Copy link
Owner

There was a mistake in the npmignore.
I published an update right now with a few bugfixes. Including the new npmignore. So the new update should fix your problem.
But in general you should not have to link the lib manually.

@RonRadtke RonRadtke added the bug Something isn't working label Aug 5, 2021
@yfng96
Copy link
Author

yfng96 commented Aug 5, 2021

I see, thank you very much

@yfng96 yfng96 closed this as completed Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants