You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
I'm trying to run a check on my source code hosted on svn with the grunt module.
The check works as expected on my machine (Win 7) but not on linux server (running RH6), I get this error :
[INFO] > [email protected] install /var/lib/.../src/main/js/node_modules/nsp/node_modules/git-validate
[INFO] > node bin/install
[INFO]
[ERROR] WARNING: Unable to find a .git directory for this project, installation aborted.
So clearly it has something to do with git-validate dependancy but I can't find anything around it on the net so I came here for help
Node version is 6.9.0
Any help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm trying to run a check on my source code hosted on svn with the grunt module.
The check works as expected on my machine (Win 7) but not on linux server (running RH6), I get this error :
[INFO] > [email protected] install /var/lib/.../src/main/js/node_modules/nsp/node_modules/git-validate
[INFO] > node bin/install
[INFO]
[ERROR] WARNING: Unable to find a .git directory for this project, installation aborted.
So clearly it has something to do with git-validate dependancy but I can't find anything around it on the net so I came here for help
Node version is 6.9.0
Any help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered: