Problem when installing newest version of `vue-cli-plugin-styleguidist`
See original GitHub issueCurrent behavior
Recently I got a really strange behavior in my build pipeline, saying the following message:
npm ERR! code ETARGET
npm ERR! notarget No matching version found for vue-docgen-api@^3.9.0
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'vue-styleguidist'
npm ERR! notarget
To reproduce
mkdir project
npm init -y
npm install --save-dev vue-cli-plugin-styleguidist@^3.9.2
Expected behavior
I exepected to be able to install this package.
Further investigation
It seems like vue-docgen-api wasn’t published in the latest changes:
npm info vue-docgen-api | grep latest
latest: 3.8.2
If you need any other info, just let me know.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
vue-cli-plugin-styleguidist - npm
Latest version : 4.54.4, last published: a month ago. Start using vue-cli-plugin-styleguidist in your project by running `npm i ...
Read more >Cookbook - Vue Styleguidist
Styleguidist does not load a main.js file. To install plugins and component libraries, you will need to require then somewhere else.
Read more >vue-cli-plugin-styleguidist - npm package - Snyk
We found that vue-cli-plugin-styleguidist demonstrates a positive version release cadence with at least one new version released in the past 3 months. As...
Read more >vue-styleguidist can not build documentation since V4.0.3
I'm trying to migrate to the last vue-styleguidist but since v4.0.0 i can't. With the 3.26.2 it's working fine. I have this error...
Read more >vue-styleguidist | Yarn - Package Manager
Important: This documentation covers modern versions of Yarn. For 1.x docs, see classic.yarnpkg.com. Yarn. ≡. Home · Getting started · Features · CLI....
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 Free
Top 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

I appreciate you guys waiting 3.9.3 is out and should be better
I am on it, I had a little fight with lerna yesterday and I thought I had won. Apparently, Lerna is a very resilient beast… Appropriate I guess.