Closed
Description
- Review the documentation: https://facebook.github.io/react-native
- Search for existing issues: https://github.com/facebook/react-native/issues
- Use the latest React Native release: https://github.com/facebook/react-native/releases
Environment
[skip envinfo]
Windows 10, trying to run on Android.
Description
Tried to run the newest NPM package of 0.57.0-rc.0 (Hoping it would fix AccessibilityInfo error)
I ran into this error instead:
BUNDLE [android, dev] ./index.js ░░░░░░░░░░░░░░░░ 0.0% (0/1)::ffff:127.0.0.1 - - [17/Aug/2018:11:25:37 +0000] "GET /index.delta?platform=android&dev=true&minify=false HTTP/1.1" 500 - "-" "okhttp/3.10.0"
error: bundling failed: Error: ENOENT: no such file or directory, lstat 'D:\Development\Action Menu\testVersion2\node_modules\react-native\scripts\index.js'
at Object.realpathSync (fs.js:1657:15)
at DependencyGraph.getSha1 (D:\Development\Action Menu\testVersion2\node_modules\metro\src\node-haste\DependencyGraph.js:236:29)
at D:\Development\Action Menu\testVersion2\node_modules\metro\src\Bundler.js:203:56
at Generator.next (<anonymous>)
at step (D:\Development\Action Menu\testVersion2\node_modules\metro\src\Bundler.js:11:657)
at D:\Development\Action Menu\testVersion2\node_modules\metro\src\Bundler.js:11:817
at <anonymous>
BUNDLE [android, dev] ./index.js ░░░░░░░░░░░░░░░░ 0.0% (0/1), failed.
Reproducible Demo
Run:
react-native init --version="0.57.0-rc.0" testVersion
cd testVersion
react-native run-android