Skip to content

How to use the new version? #2086

Answered by jamonholmgren
b0iq asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @b0iq ! Thanks for your interest in Ignite v8: Maverick!

To test the new version, do this:

# just in case
npm uninstall -g ignite-cli

git clone https://github.com/infinitered/ignite.git
cd ignite
git checkout maverick
yarn
yarn link

Then, in a temp folder:

ignite new PizzaApp

This will use the new Maverick version!

Anytime you want to update to the latest:

cd ignite
git pull
yarn

... and continue using it.

When you're done testing:

cd ignite
yarn unlink

You don't want that alpha version hanging around.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jamonholmgren
Comment options

Answer selected by jamonholmgren
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants