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

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

Open
ShuangDa1018 opened this issue Oct 30, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ShuangDa1018
Copy link

ShuangDa1018 commented Oct 30, 2023

"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')

@toplenboren toplenboren added bug Something isn't working help wanted Extra attention is needed labels Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants