-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Installation issue: Unable to find /autolink/postlink/run.js #361
Comments
I'm having this same issue, were you able to find a workaround? |
@focux I have not, and it's thrown a huge wrench into my projects. |
Yea, my workaround was replacing this library with react-native-mmkv |
@focux Ugh, I really don't want to do that. I use this in so many projects, and I'll need to re-write a LOT of the database logic. Not to mention ALL of the data will be lost for all of my users. I'm considering using an older version? |
I'm on the same boat @MrMicrowaveOven |
Describe the bug
When running
npm install --save react-native-mmkv-storage
, I receive this error:It appears to be looking for
node_modules/react-native-mmkv-storage/autolink/postlink/run.js
. Looking at the previous versions, 0.10.2 had this folder, but it was removed in 0.10.3. So npm is still looking for it in the wrong place.Strangely enough, I've installed 0.10.3 on other apps previously without issue. And now going back to that project, running
npm install
gives me the same error code. Even tried it on a new react native app, same issue.I've restarted my computer and everything.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Installation as usual.
Screenshots

If applicable, add screenshots to help explain your problem.
Platform Information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: