windows,node.js,npm,chocolatey,grunt-cli
NPM might be tool old from that package. It's my understanding they are no longer offering a separate NPM away from NodeJS (I could be incorrect here, I'd love to be wrong). I'd prefer using the nodejs.install package (which comes with npm). To answer your question: the location with a...
Option 0 grunt is a build tool and is generally not used to run servers other than local test servers. So the best solution is probably to get your server up and running using pm2 or forever or something else instead of grunt. As far as getting grunt running on...