-
Notifications
You must be signed in to change notification settings - Fork 146
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
ndeed, none of these files exist: * /Users/mini12/Documents/Projects/yourz-mobile/node_modules/idb-keyval/dist/compat.cjs(.native|.android.ts|.native.ts| #144
Comments
I am having the exactly same problem!!! :( |
It looks like the issue is with React Native. There's a suggested workaround here, but I haven't tested facebook/metro#535 (comment) Let me know if that works. |
Hi! This code solved for me... phew!!!
Look I had to add jsx too... Do not ask me why... :( |
@jakearchibald , @carlnx thanks, it's worked |
Well... now another issue that I did not understand :( When I use parse (see code), it happens the error:
The code that calls this error:
Any ideas? :( |
You must be using abc.js instead of abc.jsx use import React from "react"; in the .js file and issue would be solved..!!! |
my environment:
OS: macOS 10.15.0
Computer model: Mac Mini 2012
React Native: 0.64.3
Expo: 44.0.0
Node: v14.18.2
when i run "yarn android" on macOS I got this error:
Android Bundling failed 99474ms
While trying to resolve module
idb-keyval
from file/Users/mini12/Documents/Projects/yourz-mobile/node_modules/parse/lib/react-native/IndexedDBStorageController.js
, the package/Users/mini12/Documents/Projects/yourz-mobile/node_modules/idb-keyval/package.json
was successfully found. However, this package itself specifies amain
module field that could not be resolved (/Users/mini12/Documents/Projects/yourz-mobile/node_modules/idb-keyval/dist/compat.cjs
. Indeed, none of these files exist:The text was updated successfully, but these errors were encountered: