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
While attempting to use this module in a React Native environment, I encountered the following error:
The package at "node_modules/ollama/dist/index.cjs" attempted to import the Node standard library module "fs". This failed because the React Native runtime does not include the Node standard library.
Is there any chance this library will become compatible with React Native in the future?
The text was updated successfully, but these errors were encountered:
While attempting to use this module in a React Native environment, I encountered the following error:
The package at "node_modules/ollama/dist/index.cjs" attempted to import the Node standard library module "fs". This failed because the React Native runtime does not include the Node standard library.
Is there any chance this library will become compatible with React Native in the future?
The text was updated successfully, but these errors were encountered: