Description of problem: NodeJS and the NPM modules in the SCL are wildly outdated. This BZ requests that... 1) NodeJS be updated to v0.12.7+ 2) The the NPM modules listed in the attached depgraph.txt be either added to the SCL or updated to the version shown in depgraph.txt
Created attachment 1066480 [details] Required NPM Packages.
Created attachment 1068661 [details] Production Dependencies
I have attached an updated dep list. These are modules that we depend on for our production build. The big ones I am looking for would be an updated (4.x) version of express, and some sort of ORM. We have been using and been happy with Sequelize, but would be open at looking at other ORMs. In our dep list, there are a few deps that have pretty deep nested deps. Glaring ones are sequelize-cli and got. We should be able to find smaller libraries to accomplish what we need. Also, the logic in rh-node-utils (which is our module) can be moved into insights itself and kill some of related dependancies.