Created
October 22, 2015 16:19
-
-
Save toddself/ab1ae5c16a038f2f4f84 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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