Closed
Description
on Mac EI Captian React Native 0.22-stable
_**
ExceptionsManager.js:76Error: Requiring unknown module "ReactPerf", stack:
Error: Requiring unknown module "ReactPerf"
at requireImpl (require.js:53)
at _require (require.js:31)
at ReactPerf (Systrace.js:35)
at Object.Systrace.setEnabled (Systrace.js:51)
at Systrace.js:203
at requireImpl (require.js:71)
at _require (require.js:31)
at MessageQueue.js:16
at requireImpl (require.js:71)
at _require (require.js:31)reactConsoleError @ ExceptionsManager.js:76
debuggerWorker.js:18 Uncaught Error: Uncaught Error: Requiring module "NativeModules" which threw an exception
**_
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
solome commentedon Mar 18, 2016
on Mac EI Captian in react-native@0.22.0-rc4
zsajjad commentedon Apr 19, 2016
@nowaits what was the solution?
Mr7Cat commentedon Apr 21, 2016
the solution?
skeie commentedon Apr 27, 2016
I also get this error. Do anyone have a solution?
vonovak commentedon May 2, 2016
I have met this error elsewhere, but this might help: if you run
npm list
you'll probably see some error about unmet dependency, solve it bynpm install missing_stuff
(edited)huyn commentedon May 3, 2016
as @vonovak said, run 'npm list' to check what is wrong about your dependency. but only 'npm install' may not be enough. I have met the same error, but my logs indicate 'peer dep missing: react@^0.14.5', so I add '"react":"0.14.5"' to dependencies in package.json, it worked.