Simple Angular 1.x Notifier "Tools" installation: npm install webpack -g npm install gulp -g cd /blah-blah/.../project-folder/ npm install To make webpack processes the build: npm test (or gulp frontend-watch) To start tests: gulp test To run es-lint: gulp lint