question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting all files names as Hello World after creating new app

See original GitHub issue

Describe 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 Screenshot 2022-09-20 at 10 26 54 PM Screenshot 2022-09-20 at 10 29 23 PM

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:closed
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
MuhammadAbdullah54321commented, Sep 21, 2022

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 World

Later I installed my deps using yarn and everything now works fine

So it seems like issue happens while installing deps

1reaction
joshuayoescommented, Sep 20, 2022

Yes, absolutely!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create a "Hello, World!" app (XAML) - UWP - Microsoft Learn
Step 1: Create a new project in Visual Studio. Launch Visual Studio. From the File menu, select New > Project to open the...
Read more >
Hello World - GitHub Docs
In this quickstart guide, you will: Create and use a repository; Start and manage a new branch; Make changes to a file and...
Read more >
Creating New Applications | OpenShift Container Platform 3.11
The new-app command allows you to create applications from source code in a local or remote Git repository. To create an application using...
Read more >
1.1 Your First Java Program: Hello World
Create the program by typing it into a text editor and saving it to a file named, say, MyProgram.java. Compile it by typing...
Read more >
Chapter 2: Hello World app | Django For Beginners
To add a new app go to the command line and quit the running server with Control+c . Then use the startapp command...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found