Welllllll, it just might be. First, search the issues to make sure it's not already
here, and if not head over to http://community.infinite.red to
get some help. If you've identified that it's really an Ignite CLI issue, then:
What's going on?
ignite new app fails on
Steps to reproduce
ignite doctor results:
System
platform darwin
arch x64
cpu 4 cores Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
directory /Users/omkareshwar/Downloads
JavaScript
node 11.6.0 /usr/local/bin/node
npm 6.4.1 /usr/local/bin/npm
yarn 1.13.0 /usr/local/bin/yarn
React Native
react-native-cli 2.0.1
Ignite
ignite 2.2.0 /usr/local/bin/ignite
Android
java 10.0.2 /usr/bin/java
android home - undefined
iOS
xcode 10.1
I believe this is fixed in https://github.com/infinitered/ignite-andross/pull/239
@nikitph Can you test and report back?
Same problem here. How can I update the andross version?
You can test with:
git clone -b fix-ignite-plugin-versions https://github.com/ruddell/ignite-ir-boilerplate.git
ignite new NewApp --boilerplate /full/path/to/cloned/repository
@ruddell thanks for the reply.
I just followed your instructions and was able to initiate a new ignite project with the Andross boilerplate that contains all plugins and there have been no errors!
Everything seams to be working. But I can't really tell much apart from there are no errors and it loads the dev screens without problems (Its my first Ignite and react-native project).
One note, just to be sure, ignite NewApp should be ignite new NewApp, or is this an alternative way of starting a new project?
Anyways, thanks for looking into this!
@FelixButzbach I've merged @ruddell 's fix into Andross and the new version should be available shortly. Thanks so much to @ruddell and everyone for their help!
i reinstalled nodeJs and it worked!!