Skip to content

Instantly share code, notes, and snippets.

@toddself
Created October 22, 2015 16:19
Show Gist options
  • Save toddself/ab1ae5c16a038f2f4f84 to your computer and use it in GitHub Desktop.
Save toddself/ab1ae5c16a038f2f4f84 to your computer and use it in GitHub Desktop.
09:19:14 ~/src/test
↳ cat package.json
{
"name": "src",
"scripts": {
"test": "which tap"
},
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"jsondom": "~0.4.1",
"esprima": "~2.5.0",
"level": "~1.3.0"
},
"devDependencies": {},
"author": "",
"license": "ISC"
}
09:19:23 ~/src/test
↳ which tap
/opt/iojs-current/bin/tap
09:19:31 ~/src/test
↳ npm test
> [email protected] test /Users/todd/src/test
> which tap
/Users/todd/src/test/node_modules/.bin/tap
09:19:34 ~/src/test
npm ERR! Darwi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment