I am attempting to install a nodejs project from GIT via a chef script. I am banging my head trying to get NPM INSTALL to run from inside of the installed projects directory and leveraging the included "package.json" that is coming from GIT.I am attempting to install a nodejs project fro