unable to run the code #4016
Unanswered
Glibifytech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
am getting this error
YN0000: Done in 0s 15ms
PS C:\Users\kudos\Downloads\react-native-examples-main (2)\react-native-examples-main\wallets\rn_cli_wallet> npx react-native run-android
Command
run-android
unrecognized. Make sure that you have runnpm install
and that you are inside a react-native project.PS C:\Users\kudos\Downloads\react-native-examples-main (2)\react-native-examples-main\wallets\rn_cli_wallet> yarn android
Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation)
$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] ...
PS C:\Users\kudos\Downloads\react-native-examples-main (2)\react-native-examples-main\wallets\rn_cli_wallet> yarn run
➤ YN0000: android 'yarn run copy:debug && react-native run-android --mode=debug --appId com.walletconnect.web3wallet.rnsample.debug'
➤ YN0000: android:build 'yarn run copy:production && cd android && ./gradlew clean && ./gradlew assembleRelease'
➤ YN0000: android:build:internal 'yarn run copy:internal && cd android && ./gradlew clean && ./gradlew assembleInternal'
➤ YN0000: ios "react-native run-ios --scheme 'RNWallet-Debug'"
➤ YN0000: ios:internal "react-native run-ios --scheme 'RNWallet-Internal'"
➤ YN0000: bundle:ios "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
➤ YN0000: start 'react-native start'
➤ YN0000: test 'jest'
➤ YN0000: lint 'eslint .'
➤ YN0000: e2e 'maestro test ../../.maestro'
➤ YN0000: e2e:studio 'maestro studio'
➤ YN0000: e2e:upload 'maestro cloud ./android/app/build/outputs/apk/release/app-release.apk .maestro'
➤ YN0000: copy:debug "./scripts/copy-variant-files.sh 'debug'"
➤ YN0000: copy:internal "./scripts/copy-variant-files.sh 'internal'"
➤ YN0000: copy:production "./scripts/copy-variant-files.sh 'production'"
➤ YN0000: postinstall 'patch-package'
➤ YN0000: Done in 0s 16ms
PS C:\Users\kudos\Downloads\react-native-examples-main (2)\react-native-examples-main\wallets\rn_cli_wallet>
Beta Was this translation helpful? Give feedback.
All reactions