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
When you update to React-Native 0.79.2, there is a problem on the axios side.
To fix this error, you need to make a correction in axios/package.json under node_modules.
Caution
Error: Unable to resolve module url from /Users/billbell/theclub/TheClub/node_modules/typesense/node_modules/axios/dist/node/axios.cjs: url could not be found within the project or in these directories:
node_modules/typesense/node_modules
node_modules
../node_modules
../../node_modules
4 | const FormData$1 = require('form-data');
5 | const crypto = require('crypto');
6 | const url = require('url');
| ^
When you update to React-Native 0.79.2, there is a problem on the axios side.
To fix this error, you need to make a correction in axios/package.json under node_modules.
Caution
Error: Unable to resolve module url from /Users/billbell/theclub/TheClub/node_modules/typesense/node_modules/axios/dist/node/axios.cjs: url could not be found within the project or in these directories:
node_modules/typesense/node_modules
node_modules
../node_modules
../../node_modules
4 | const FormData$1 = require('form-data');
5 | const crypto = require('crypto');
6 | const url = require('url');
| ^
axios/axios#6899
https://reactnative.dev/blog/2023/06/21/package-exports-support#the-new-react-native-condition
The text was updated successfully, but these errors were encountered: