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

Getting a "Cant find __react__vue__options" error on running a Vue Native Application #321

Open
prateekchachra opened this issue Jul 6, 2021 · 1 comment
Labels
Awaiting response Issue reporter needs to come back with more details

Comments

@prateekchachra
Copy link

Description of the bug

This is the error I'm getting everytime I'm running the application. I've cleared the node_modules multiple times, added a library which I removed later too.

Stack for the error:
ReferenceError: Can't find variable: __react__vue__options
at node_modules\react-native\Libraries\LogBox\LogBox.js:148:8 in registerError
at node_modules\react-native\Libraries\LogBox\LogBox.js:59:8 in errorImpl
at node_modules\react-native\Libraries\LogBox\LogBox.js:33:4 in console.error
at node_modules\expo\build\environment\react-native-logs.fx.js:27:4 in error
at node_modules\react-native\Libraries\Core\ExceptionsManager.js:104:6 in reportException
at node_modules\react-native\Libraries\Core\ExceptionsManager.js:171:19 in handleException
at node_modules\react-native\Libraries\Core\setUpErrorHandling.js:24:6 in handleError
at node_modules\expo-error-recovery\build\ErrorRecovery.fx.js:9:32 in ErrorUtils.setGlobalHandler$argument_0
at node_modules\regenerator-runtime\runtime.js:63:36 in tryCatch
at node_modules\regenerator-runtime\runtime.js:293:29 in invoke
at node_modules\regenerator-runtime\runtime.js:63:36 in tryCatch
at node_modules\regenerator-runtime\runtime.js:154:27 in invoke
at node_modules\regenerator-runtime\runtime.js:164:18 in PromiseImpl.resolve.then$argument_0
at node_modules\react-native\node_modules\promise\setimmediate\core.js:37:13 in tryCallOne
at node_modules\react-native\node_modules\promise\setimmediate\core.js:123:24 in setImmediate$argument_0
at node_modules\react-native\Libraries\Core\Timers\JSTimers.js:130:14 in _callTimer
at node_modules\react-native\Libraries\Core\Timers\JSTimers.js:181:14 in _callImmediatesPass
at node_modules\react-native\Libraries\Core\Timers\JSTimers.js:441:30 in callImmediates
at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:387:6 in __callImmediates
at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:135:6 in __guard$argument_0
at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:364:10 in __guard
at node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:134:4 in flushedQueue

To Reproduce
Steps to reproduce the behavior:

  1. I installed the library 'react-native-print' on an existing vue-native application
  2. The app is running on expo and never had this error before. This error has started to come all of a sudden

Did I use vue-native-cli to create the project?
Yes

Am I using Expo?
Yes

Development platform (please complete the following information):

  • Windows 10

The device on which I run my Vue Native app

  • Xiaomi Redmi 3
@RishabhKarnad
Copy link
Contributor

Hi @prateekchachra, please share a minimal repo that reproduces this issue

@RishabhKarnad RishabhKarnad added the Awaiting response Issue reporter needs to come back with more details label Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting response Issue reporter needs to come back with more details
Projects
None yet
Development

No branches or pull requests

2 participants