cawfree / create-react-native-dapp

Your next Ethereum application starts here. ⚛️ 💪 🦄
https://twitter.com/cawfree
MIT License
430 stars 62 forks source link

npx create-react-native-app dapp -t with-typescript not working #40

Open shin101004 opened 1 year ago

shin101004 commented 1 year ago

I want to use @walletconnect/react-native-dapp. so, i installed create-react-native-dapp pacakges. it failed.

Error: Command failed: npx create-react-native-app dapp -t with-typescript at checkExecSyncError (node:child_process:871:11) at Object.execSync (node:child_process:943:15) at createBaseProject (/Users/jerry/.npm/_npx/1064147bb9e7ae50/node_modules/create-react-native-dapp/build/main/buidler/index.js:46:57) at Object.create (/Users/jerry/.npm/_npx/1064147bb9e7ae50/node_modules/create-react-native-dapp/build/main/buidler/index.js:759:5) at /Users/jerry/.npm/_npx/1064147bb9e7ae50/node_modules/create-react-native-dapp/build/main/cli/index.js:119:49 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { status: 1, signal: null, output: [ null, null, null ], pid: 31528, stdout: null, stderr: null }

Node.js v18.12.1

blixit commented 1 year ago

I'm getting the same issue when installing create-react-native-app@3.8.0

node v19.3.0
npm 9.2.0

The issue comes from create-react-native-app was already reported here: create-react-native-app

image

EDIT https://github.com/expo/create-react-native-app/issues/917#issuecomment-1412239393