Skip to content

Conversation

devjack
Copy link

@devjack devjack commented Sep 1, 2019

Similar to this comment addressing vue-jest install issues, the install instructions for @vue/unit-mocha have also changed and need to be updated too.

Before change:

Instructions currently read, and produce:

vue add unit-mocha 📦 Installing vue-cli-plugin-unit-mocha... npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/vue-cli-plugin-unit-mocha - Not found npm ERR! 404 

After change

Instructions that current work, and should read/produce:

vue add @vue/unit-mocha 📦 Installing @vue/cli-plugin-unit-mocha... + @vue/cli-plugin-unit-mocha@3.11.0 added 70 packages from 505 contributors and audited 29226 packages in 17.477s

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Docs
  • Underlying tools
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

Other information:

Similar to [this comment](#4294 (comment)) addressing vue-jest install issues, the install instructions for `@vue/unit-mocha` have also changed and need to be updated too. #### Before change: ```bash vue add unit-mocha 📦 Installing vue-cli-plugin-unit-mocha... npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/vue-cli-plugin-unit-mocha - Not found npm ERR! 404 ``` #### After change ```bash vue add @vue/unit-mocha 📦 Installing @vue/cli-plugin-unit-mocha... + @vue/cli-plugin-unit-mocha@3.11.0 added 70 packages from 505 contributors and audited 29226 packages in 17.477s ```
Copy link
Member

@NataliaTepluhina NataliaTepluhina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@devjack thank you for spotting this? Regarding the contributing guide could you please change the base branch to master?

@felixiho
Copy link

felixiho commented Sep 2, 2019

I also realised this also happens in the instructions for @vue/unit-jest installation instructions.
Tried to install via the current instructions which read vue add unit-jest and it threw the same error as above.

Copy link
Member

@haoqunjiang haoqunjiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've allowed omitting the scope prefix for official plugins since v3.11.0.
I think adding a simple version notice would suffice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants