@git_fork Hey, I got some pre-commit hook complains with Fork `error [email protected]: The engine node is incompatible with this module. Expected version >=14.0.0. Got 12.18.3`. But it works with terminal directly. Is it because Fork contains a node inside? Thanks
@git_fork ah, checked `/usr/local/bin/node --version` and it is v12.18.3. But `which node` is pointing to v14.18.1 which is under `/Users/<user_name>/.nvm/versions/`. How can I force git_fork to use the same PATH as terminal?