Vantage
Vantage copied to clipboard
Install fails
Would like to test this but install fails on windows with:
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c ./package/git-hooks/gitHookInstall.js npm ERR! '.' is not recognized as an internal or external command, npm ERR! operable program or batch file.
Any ideas?
Try installing it with npm i -D vantage-next --no-scripts
and then manually install the postcommit script with instructions here https://www.vantagenext.com/docs/troubleshooting
Are you on WSL? the problem looks like we aren't finding the git hook install script correctly, and with any more info we can try to solve this issue!