Sublime Text 3: Build System - node.js. NPM module not executing

I'm trying to execute node-dev in a sublime text 3 build system. node-dev is in my path: Yet when I run this build script: { "cmd": ["node-dev", "$file"], "selector": "*.js" } I get this er...