infinitered / ignite-bowser

Bowser is now re-integrated into Ignite CLI! Head to https://github.com/infinitered/ignite to check it out.
https://infinite.red/ignite
MIT License
615 stars 140 forks source link

Trouble generating app with ignite 6.0 #391

Closed banerjed closed 3 years ago

banerjed commented 3 years ago

banerjed@Dhritimans-iMac work % ignite new TrailBlazers

· · · · · · · · · · · · · · · · · · 🔥 Ignite 🔥 · · · · · · · · · · · · · · · · · ·

█ Creating TrailBlazers using Ignite 6.0.0
█ Powered by Infinite Red - https://infinite.red
█ Using react-native-cli
────────────────────────────────────────────────

🔥 Igniting app 🧊 Cooling print nozzles ☕️ Baking CocoaPods

/Users/banerjed/.config/yarn/global/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)

banerjed@Dhritimans-iMac work % ignite doctor System platform darwin
arch x64
cpu 4 cores Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz directory work /Users/banerjed/work

JavaScript node 15.4.0 /usr/local/bin/node
npm 7.0.15 /usr/local/bin/npm
yarn 1.22.5 /Users/banerjed/.yarn/bin/yarn

Ignite ignite-cli 6.0.0 /Users/banerjed/.config/yarn/global/node_modules/.bin/ignite
ignite src build /Users/banerjed/.config/yarn/global/node_modules/ignite-cli/build

Android java 1.8.0_275 /usr/bin/java
android home - /Users/banerjed/Library/Android/sdk

iOS xcode 12.3
cocoapods 1.10.0 /usr/local/bin/pod

banerjed commented 3 years ago

I'll note that generating an Expo app does succeed cleanly. However, later on, I get the following error, which seems to have shown up before in https://github.com/infinitered/ignite-bowser/issues/323

Failed to compile. /Users/banerjed/work/TrailBlazers/node_modules/react-native/Libraries/Network/XMLHttpRequest.js Module not found: Can't resolve './RCTNetworking' in '/Users/banerjed/work/TrailBlazers/node_modules/react-native/Libraries/Network'

banerjed commented 3 years ago

Posted this bug in the wrong place -- will move to the issues-list under ignite. Sorry about that.