I'm using grunt-init to make a new solution file for c# to be used by omnisharp.
I have already installed grunt-init using:
npm install -g grunt-init
and the installantion was successful. The problem is that, every time I run grunt-init csharpsolution on top of a directory, there is no output coming out of the shell. And, there is no file at all created. I have git-cloned ./grunt-init/csharpsolution already.
Is there something I miss?