michael r
Results
1
comments of
michael r
this is what worked for me: root_dir ```sh rm -rf node_modules rm -rf ./git/hooks ``` went to `package.json` and updated `"postinstall": "npx @escape.tech/[email protected] init ` (needed to pin to 2.5.0)...