question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem when installing newest version of `vue-cli-plugin-styleguidist`

See original GitHub issue

Current 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:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
elevatebartcommented, Mar 15, 2019

I appreciate you guys waiting 3.9.3 is out and should be better

1reaction
elevatebartcommented, Mar 15, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found