We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This afternoon I tried to upgrade from ignite beta.2 to beta.7 by running both methods
npm i -g ignite-cli@2.0.0-beta.7 and ignite add ignite-ir-2016
npm i -g ignite-cli@2.0.0-beta.7
ignite add ignite-ir-2016
after processes were complete, running ignite doctor would fail and present me with this
ignite doctor
just for reference I then installed beta.6 and it is working properly.
My machine is a windows 8 with node 7.7 and npm 4.3, processor intel i7 with 8 cores.
Thank you
The text was updated successfully, but these errors were encountered:
yarn should be optional. we broke something. as a work around for now, npm i -g yarn.
yarn
npm i -g yarn
Sorry, something went wrong.
confirmed that installing yarn is a legitimate work-around
Tracking this in #949
No branches or pull requests
This afternoon I tried to upgrade from ignite beta.2 to beta.7 by running both methods
npm i -g ignite-cli@2.0.0-beta.7
andignite add ignite-ir-2016
after processes were complete, running
ignite doctor
would fail and present me with thisjust for reference I then installed beta.6 and it is working properly.
My machine is a windows 8 with node 7.7 and npm 4.3, processor intel i7 with 8 cores.
Thank you
The text was updated successfully, but these errors were encountered: