Help!!!

There is an answer for this problem in stackoverflow
I think we can close this issue
Facing the same issue

React packager ready.
Loading dependency graph, done.
error: bundling: Error
at DependencyGraph._getAbsolutePath (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/node-haste/DependencyGraph.js:280:11)
at DependencyGraph.getDependencies (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/node-haste/DependencyGraph.js:218:26)
at Resolver.getDependencies (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Resolver/index.js:107:27)
at /Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Bundler/index.js:591:37
at Generator.next (
at step (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Bundler/index.js:12:445)
at /Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Bundler/index.js:12:605
at
at process._tickCallback (internal/process/next_tick.js:169:7)
Bundling index.ios.js 0.0% (0/1), failed.
error: bundling: Error
at DependencyGraph._getAbsolutePath (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/node-haste/DependencyGraph.js:280:11)
at DependencyGraph.getDependencies (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/node-haste/DependencyGraph.js:218:26)
at Resolver.getDependencies (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Resolver/index.js:107:27)
at /Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Bundler/index.js:591:37
at Generator.next (
at step (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Bundler/index.js:12:445)
at /Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Bundler/index.js:12:605
at
at process._tickCallback (internal/process/next_tick.js:169:7)
Bundling index.ios.js 0.0% (0/1), failed.
error: bundling: Error
at DependencyGraph._getAbsolutePath (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/node-haste/DependencyGraph.js:280:11)
at DependencyGraph.getDependencies (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/node-haste/DependencyGraph.js:218:26)
at Resolver.getDependencies (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Resolver/index.js:107:27)
at /Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Bundler/index.js:591:37
at Generator.next (
at step (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Bundler/index.js:12:445)
at /Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Bundler/index.js:12:605
at
at process._tickCallback (internal/process/next_tick.js:169:7)
Bundling index.ios.js 0.0% (0/1), failed.
error: bundling: Error
at DependencyGraph._getAbsolutePath (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/node-haste/DependencyGraph.js:280:11)
at DependencyGraph.getDependencies (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/node-haste/DependencyGraph.js:218:26)
at Resolver.getDependencies (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Resolver/index.js:107:27)
at /Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Bundler/index.js:591:37
at Generator.next (
at step (/Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Bundler/index.js:12:445)
at /Users/pawan.sharma/React_Native/FirstNavaigation/node_modules/react-native/packager/src/Bundler/index.js:12:605
at
at process._tickCallback (internal/process/next_tick.js:169:7)
Bundling index.ios.js 0.0% (0/1), failed.

I seem to have also got this after upgrading to rn 0.45.0...
Just upgraded to 0.45 and got the exact same issue
Is there a permanent fix on this? We've created our project first in android and it is working fine, when we try to run in it in ios the issue appears.
cd path/to/project && npm start
fixed this for me.
Only issue is, I had to leave that terminal tab open.
Same issue for me.
me too...
I try to reinstall node_modules and solve this problem.
same issue
Experienced the issue with these setups,
# [email protected]
react-native --version="0.45.0" MyProject
cd MyProject
react-native run-ios # issue occurred!
To overcome this, I need 2 terminals.
# this will start the packager instead of spawning a new one
yarn start
react-native run-ios # no error ~
run this commandnpm start -- --reset-cache
Facing same error. npm start -- --reset-cache doesn't solve my issue.
React native version : 0.43.1
Any suggestion?

Experienced this from using pnpm. Using yarn solved it. Possibly related to RN issues with symlinks.
I'm also having the same error. None of the solutions here worked.
Most helpful comment
run this command
npm start -- --reset-cache