-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npx ignite-cli new PizzaApp --> gluegun/build/index.js:13 throw up; #1655
Comments
Same issue on Ubuntu 20.04
· · · · · · · · · · · · · · · · · · 🔥 Ignite 🔥 · · · · · · · · · · · · · · · · · ·
🔥 Igniting app /home/abc/.config/yarn/global/node_modules/gluegun/build/index.js:13 ignite doctor results: JavaScript (and globally-installed packages) Ignite Android |
Hi. @elam76 Try to remove react-native-cli from your global installs, the version you have installed is very old. Hope it helps. |
Thanks, removing react-native-cli from global installs fixed this issue! |
This solution didn't work for me on Apple M1. |
Facing dependency issue while creating new PizzaApp
|
Facing same issue with 7.0.3 |
facing same issue with 7.0.8 on macbook m1 |
What's going on?
Can't create ignite project on windows, same as infinitered/gluegun#735
C:\Users\timda\AppData\Local\npm-cache_npx\e31027f3785124a8\node_modules\gluegun\build\index.js:13
throw up;
^
TypeError: Cannot read property 'replace' of undefined
at C:\Users\timda\AppData\Local\npm-cache_npx\e31027f3785124a8\node_modules\ignite-cli\build\commands\new.js:137:26 at step (C:\Users\timda\AppData\Local\npm-cache_npx\e31027f3785124a8\node_modules\ignite-cli\build\commands\new.js:44:23)
at Object.next (C:\Users\timda\AppData\Local\npm-cache_npx\e31027f3785124a8\node_modules\ignite-cli\build\commands\new.js:25:53)
at fulfilled (C:\Users\timda\AppData\Local\npm-cache_npx\e31027f3785124a8\node_modules\ignite-cli\build\commands\new.js:16:58)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
Steps to reproduce
npx ignite-cli new PizzaApp
ignite doctor
results:C:\Users\timda\Desktop\Projets\React native\shopping lists>npx ignite-cli doctor
System
platform win32
arch x64
cpu 12 cores Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
directory shopping lists C:\Users\timda\Desktop\Projets\React native\shopping lists
JavaScript (and globally-installed packages)
node 12.18.3 C:\Program Files\nodejs\node.EXE
npm 7.0.10 C:\Program Files\nodejs\npm.CMD
npm 7.0.10
yarn 1.22.10 C:\Users\timda\AppData\Roaming\npm\yarn.CMD
Ignite
ignite-cli 6.7.0 C:\Users\timda\AppData\Local\npm-cache_npx\e31027f3785124a8\node_modules.bin\ignite.CMD
ignite src build C:\Users\timda\AppData\Local\npm-cache_npx\e31027f3785124a8\node_modules\ignite-cli\build
Android
java 1.8.0_281 C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.EXE
android home - C:\Users\timda\AppData\Local\Android\Sdk
The text was updated successfully, but these errors were encountered: