Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PanJiaChen/vue-element-admin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: snowdreamtech/vue-element-admin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 20, 2023

  1. Fix: fixed #1

    vuejs/vue-jest#403 (comment)
    
    For Vue2:
    ```
    npm install --save-dev @vue/cli-plugin-unit-jest@next @vue/vue2-jest jest
    ```
    
    For Vue3:
    ```
    npm install --save-dev @vue/cli-plugin-unit-jest@next @vue/vue3-jest jest ts-jest
    ```
    snowdream committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    97b5ba3 View commit details
    Browse the repository at this point in the history
  2. Fix : fixed #2

    https://stackoverflow.com/a/69699772
    
    You can try one of these:
    
    1. Downgrade to Node.js v16.
    
    You can reinstall the current LTS version from Node.js’ [website](https://nodejs.org/en/download/releases/).
    
    You can also use [nvm](https://github.com/nvm-sh/nvm). For Windows, use [nvm-windows](https://github.com/coreybutler/nvm-windows).
    
    2. Enable legacy OpenSSL provider.
    
    On Unix-like (Linux, macOS, Git bash, etc.):
    ```
    export NODE_OPTIONS=--openssl-legacy-provider
    ```
    On Windows command prompt:
    ```
    set NODE_OPTIONS=--openssl-legacy-provider
    ```
    On PowerShell:
    ```
    $env:NODE_OPTIONS = "--openssl-legacy-provider"
    ```
    snowdream committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    678e525 View commit details
    Browse the repository at this point in the history
  3. Fix: fix #3

    "svg-sprite-loader": "6.0.11",
    snowdream committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    8e744c6 View commit details
    Browse the repository at this point in the history
Loading