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: fix "lint on commit" projects generation error #4697

Merged
merged 1 commit into from Oct 17, 2019

Commits on Oct 17, 2019

  1. fix: fix "lint on commit" projects generation error

    Fix the "ENOENT: no such file or directory … debugnode_module/sms/index.js" error.
    
    The problem are caused by 2 issues:
    1. The `lint-staged` packages introduced an old version of debug,
    causing node_module deduping, thus changing the node_module layout
    2. The dependencies required in the cached `lint` module is no longer at
    its originial position, thus the "ENOENT" error.
    
    This change still does not fix the PNPM 4 issue, considering its smaller
    user base, we'll fix it later.
    sodatea committed Oct 17, 2019
    Copy the full SHA
    085049a View commit details
    Browse the repository at this point in the history