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

Fix broken scripts/visual.sh #7095

Merged
merged 1 commit into from
Jul 25, 2023
Merged

Fix broken scripts/visual.sh #7095

merged 1 commit into from
Jul 25, 2023

Commits on Jul 25, 2023

  1. Fix broken scripts/visual.sh

    This change fixes the following error. The correct path is `bin/stylelint.mjs`, not `bin/stylelint.js`.
    
    ```console
    $ ./scripts/visual.sh
    ...
    node:internal/modules/cjs/loader:1051
      throw err;
      ^
    
    Error: Cannot find module '/Users/masafumi.koba/git/stylelint/bin/stylelint.js'
        at Module._resolveFilename (node:internal/modules/cjs/loader:1048:15)
        at Module._load (node:internal/modules/cjs/loader:901:27)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []
    }
    ...
    ```
    ybiquitous committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b1e1894 View commit details
    Browse the repository at this point in the history