Hell, Having a problem with the install on a ubuntu 15 box.
Error is as follows:
:~/Node_Dice# npm install
npm WARN Invalid name: "Node Dice"
npm WARN EPACKAGEJSON /root/Node_Dice No description
npm WARN EPACKAGEJSON /root/Node_Dice No repository field.
npm WARN EPACKAGEJSON /root/Node_Dice No README data
npm WARN EPACKAGEJSON /root/Node_Dice No license field.
Invalid name:"Node_Dice" leads me to believe that the installer may have an error in it.
*FIXED: The package.json file on the 2nd line was missing a "_" on this code > "name": "Node Dice".
Maybe change that? Or would you like me to push a commit to the git?