isaacs: why is npm not finding my node_modules/.bin/tap when I have "scripts": { "test": "tap ./test/*.js" } in my package.json and run "npm test" on command line? its really in the .bin folder...