-
Notifications
You must be signed in to change notification settings - Fork 2
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
0.62.2 -> 0.63.0-rc.0 Cannot find module node_modules/react-native/node_modules/@react-native-community/cli/build/bin.js #60
Comments
Hey, Thanks for the report. Does running |
Can you clear Watchman cache just in case? Metro is run with The command is:
|
@grabbou thanks for your reply! I can confirm that @thymikee thanks, I just tried deleting |
I met this issue, any update ? |
I'm guessing this has been fixed now? facebook/react-native#28776 |
Environment
Upgrading version
0.62.2 -> 0.63.0-rc.0
Description
I've upgraded using https://react-native-community.github.io/upgrade-helper/?from=0.62.2&to=0.63.0-rc.0, and have run
./gradlew clean
. When I run./gradlew assembleRelease
, I get the following error during the build:Weirdly, the file it specifies (
/Users/palkerecsenyi/Documents/Projects/PalChat/node_modules/react-native/node_modules/@react-native-community/cli/build/bin.js
) does indeed exist:It has the following contents:
Reproducible demo
Upgrade React Native from 0.62.2 -> 0.63.0-rc.0
Upgrade Hermes from 0.4.2 -> 0.5.0
Follow upgrade guide (https://react-native-community.github.io/upgrade-helper/?from=0.62.2&to=0.63.0-rc.0)
Change Hermes command path:
Run
./gradlew clean
Run
./gradlew assembleRelease
The text was updated successfully, but these errors were encountered: