Skip to content
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

Update @vue/unit-mocha install instructions #4536

Closed
wants to merge 1 commit into from
Closed

Update @vue/unit-mocha install instructions #4536

wants to merge 1 commit into from

Commits on Sep 1, 2019

  1. Update @vue/unit-mocha install instructions

    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
    ```
    devjack committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    a97b100 View commit details
    Browse the repository at this point in the history