Playing around with GraphQL on a MEAN stack
sudo npm cache clean -f
sudo npm install -g n # install Node helper
sudo n stable # install the newest stable Node release
npm install # install dependencies
npm start # run the express-graphql server