Created
November 6, 2014 05:22
-
-
Save isaacs/72e9f2b586a30bf7ddf4 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
$ cat package.json | |
{ | |
"name": "gulpstartcmd", | |
"version": "1.0.0", | |
"scripts": { | |
"start": "which gulp" | |
}, | |
"devDependencies": { | |
"gulp": "^3.8.10" | |
} | |
} | |
$ npm start | |
> [email protected] start /Users/isaacs/dev/js/x/gulpstartcmd | |
> which gulp | |
/Users/isaacs/dev/js/x/gulpstartcmd/node_modules/.bin/gulp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment