Getting all files names as Hello World after creating new app
See original GitHub issueDescribe the bug
I have created new app using this command npx ignite-cli new MyAwesomeApp
.
Main folder is named correctly but files inside android and ios folders have HelloWorld in it. I don’t know where this is coming from as all these files should be named on my project name.
I am expecting all files to be named with real project name and not like HelloWold
Here I have attached screenshots of some of the files
Ignite version
7.15.0
Additional info
System
platform darwin
arch x64
cpu 4 cores Intel® Core™ i5-7360U CPU @ 2.30GHz
directory cheetah /Users/cheetah
JavaScript (and globally-installed packages)
node 16.8.0 /usr/local/bin/node
npm 8.5.1 /usr/local/bin/npm
@aws-amplify/cli 7.6.21
npm 8.5.1
react-native-cli 2.0.1
typescript 4.2.4
yarn 1.22.10
yarn 1.22.10 /usr/local/bin/yarn
pnpm - not installed
expo - not installed
Ignite
ignite-cli 7.15.0 /Users/cheetah/.npm/_npx/e31027f3785124a8/node_modules/.bin/ignite
ignite src build /Users/cheetah/.npm/_npx/e31027f3785124a8/node_modules/ignite-cli/build
Android
java 1.8.0_292 /usr/bin/java
android home - /Users/cheetah/Library/Android/sdk
iOS
xcode 13.3.1
cocoapods 1.11.0 /usr/local/bin/pod
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top GitHub Comments
So I tried this …
I ran this command
npx ignite-cli@next new MyAwesomeProject
and choose the option to NOT install the dependencies. Now not only new project setup was completed much faster but also this time my issue is solved. Now all my files inside iOS and Android folders are named on MyAwesomeProject and not on Hello WorldLater I installed my deps using
yarn
and everything now works fineSo it seems like issue happens while installing deps
Yes, absolutely!