CLI: Warn on package version mismatch
See original GitHub issueI see lots of support issues where users are using a variety of different @storybook/*
package versions, e.g. 5.0.x
, 4.0.x
, 5.2.0-alpha.x
all mixed together.
We should check for this on load and warn them to upgrade to the same version.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
ng new gives version mismatch warning - Stack Overflow
The local Angular CLI version is used. Now, I understand if I got this warning when running ng serve or ng build ....
Read more >linode-cli Version Mismatch? | Linode Questions
My linode-cli scripts are starting to produce the following error/warning: The API responded with version 4.1.0, which is newer than the ...
Read more >How to Fix a React Native Version Mismatch Quickly - Waldo
Learn what version mismatch errors are and how to prevent them and how to fix the common React Native version mismatch error.
Read more >To disable this warning use "ng config -g cli ... - You.com
You have the old angular/cli package in your package.json. To update use: ... This is because of version mismatch To avoid issues: use....
Read more >Error: API Version Mismatch | Salesforce DX Developer Guide
If you update Salesforce CLI and try to push source from your local DX project to a scratch org, you see an API...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Related to #4617?
@jamesgeorge007 Any interest in taking a crack at this?