Skip to content

 ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Cannot read properties of undefined (reading '.../Desktop/project/gui') #97

@ShuangDa1018

Description

@ShuangDa1018

"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false"
},
"lint-staged": {
"*": [
"eslint --cache --fix",
"prettier --write --cache --ignore-unknown"
]
}

if :
git commit -m "...."
will brek error:
 ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL  Cannot read properties of undefined (reading '/home/shuang/Desktop/project/gui')

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions