I'm having problems running gulp, and other npm installed commands from the local node_modules path.
For example I'll have a script sass that calls gulp sass and invoke npm run sass, and it claims the gulp binary isn't found ('gulp' is not recognized as an internal or external command,) -> but it's definitely there, in node_modules/bin.
A global install of gulp does work, but that's not an acceptable solution.