-
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 doctor" throws error if there is warn output before "npm list" command #1993
Comments
I was able to log the value of the output passed to
|
Per zoom discussion, let's put this on hold and do the simpler version we chatted about (with the regression tests), and talk about the rest of the implementation post-Maverick. |
## [7.14.2](v7.14.1...v7.14.2) (2022-08-10) ### Bug Fixes * **cli:** Handle "npm WARN" output in npm packager list command - fixes [#1993](#1993) ([#1998](#1998) by [@joshuayoes](https://github.com/joshuayoes)) ([07c1a01](07c1a01)) * **component:** Properly type Icon component icon prop as required ([#1976](#1976) by [@silasjmatson](https://github.com/silasjmatson)) ([524cb0d](524cb0d)) * **generator:** Added missing SnapshotIn import to model generator template ([#1986](#1986) by [@jojemapa](https://github.com/jojemapa)) ([d4d81ad](d4d81ad))
🎉 This issue has been resolved in version 7.14.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What's going on?
When running
npx ignite-cli doctor
, if the npm logs a warning message in the packager.list output, it will throw an error.Steps to reproduce
npx ignite-cli doctor
command on Windows. Some Windows users will have the following warn onnpx
ornpm --global
command, see StackOverflow article related to this.npx ignite-cli doctor
results:The text was updated successfully, but these errors were encountered: