DEV Community

Discussion on: [2021] Setting up Husky pre-commit hook with ESLint, Prettier and lint-staged for React and React Native.

Collapse
 
adityatarale profile image
Aditya_Tarale

i am getting this error, did the same procedure

.husky/pre-commit: 4: npx: not found
husky - pre-commit hook exited with code 127 (error)

Collapse
 
klaus profile image
Yash Kalaria

Install npx first and then follow the same.

Collapse
 
adityatarale profile image
Aditya_Tarale

command to install npx ?

Thread Thread
 
klaus profile image
Yash Kalaria

npm i -g npx

Thread Thread
 
adityatarale profile image
Aditya_Tarale

Thanks

Some comments have been hidden by the post's author - find out more