Error generating new app on Windows
See original GitHub issueRunning ignite new ignite_app
on windows produces the following error:
🔥 Igniting app
☕️ Baking CocoaPods
C:\Users\User\scoop\persist\nodejs-lts\bin\node_modules\ignite-cli\node_modules\gluegun\build\index.js:13
throw up;
^
yarn run v1.22.5
,error Command "format" not found.
,info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
(Use `node --trace-uncaught ...` to show where the exception was thrown)
Steps to reproduce
- Run:
ignite new ignite_app
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:34 (7 by maintainers)
Top Results From Across the Web
Windows 10 calculator error: You'll need a new app to open
Press Windows Key + R to open run command. Type ms-settings: and hit Enter key. If it brings Settings out, then navigate to...
Read more >This app can't open error message in Windows 10 / 11 (solved)
1. Go to Microsoft and create an account. 2. Go to Settings > Accounts > Email & Accounts. 3. Click on Add an...
Read more >How to Fix "This app can't open" Error in Windows 10 - Techbout
“This App Can't open” Error in Windows 10 · 1. Go to Settings > Update & Security > select Troubleshoot in the left-pane....
Read more >Top 10 Solutions to Fix This App Can't Run on Your PC in Win ...
Safe Fix Cannot Run App in Windows 10 · Solution 1: Download and Install the Right Version of Programs · Solution 2: Update...
Read more >Unable to Install Apps or Software on Windows? Here's What ...
1. Reboot Your Computer · 2. Check App Installer Settings in Windows · 3. Free Up Disk Space on Your PC · 4....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Check which version of Nodejs you are using with running
node -v
I was using Nodejs version 14.15.3 (LTS) and then updated to latest version (15.5.1 Current) and now problem solved for me. 😃I’ll keep doing research, but it looks like it’s spinning up new apps fine after the above fix.