Things We Learned - GameDigitizers/ApocAcquire GitHub Wiki

node and nmp

  • npm install <module> --save-dev adds module and the downloaded module's version to package.json
  • bower recognizes the same flag: bower install <module> --save-dev
⚠️ **GitHub.com Fallback** ⚠️