Created by: my8bird
The current dev setup requires globally installing all dependencies cluttering the users path and potentially having version mismatches between developers. This change updates the Makefile to reference the node_modules/.bin/
versions of the build dependencies. This should simplify the developer setup to only requiring cloning the repo and then running npm install
to gather the deps.
This replaces #5244 to point at the correct branch.