-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathnpm-debug.log
22 lines (22 loc) · 1.25 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0 info it worked if it ends with ok
1 verbose cli [ '/Users/haggis/.nvm/versions/node/v7.2.0/bin/node',
1 verbose cli '/Users/haggis/.nvm/versions/node/v7.2.0/bin/npm',
1 verbose cli 'run',
1 verbose cli 'lint' ]
2 info using [email protected]
3 info using [email protected]
4 verbose stack Error: missing script: lint
4 verbose stack at run (/Users/haggis/.nvm/versions/node/v7.2.0/lib/node_modules/npm/lib/run-script.js:151:19)
4 verbose stack at /Users/haggis/.nvm/versions/node/v7.2.0/lib/node_modules/npm/lib/run-script.js:61:5
4 verbose stack at /Users/haggis/.nvm/versions/node/v7.2.0/lib/node_modules/npm/node_modules/read-package-json/read-json.js:356:5
4 verbose stack at handleExists (/Users/haggis/.nvm/versions/node/v7.2.0/lib/node_modules/npm/node_modules/read-package-json/read-json.js:329:20)
4 verbose stack at FSReqWrap.cb [as oncomplete] (fs.js:239:19)
5 verbose cwd /www/GOBBLE/gobble-cli
6 error Darwin 15.6.0
7 error argv "/Users/haggis/.nvm/versions/node/v7.2.0/bin/node" "/Users/haggis/.nvm/versions/node/v7.2.0/bin/npm" "run" "lint"
8 error node v7.2.0
9 error npm v3.10.9
10 error missing script: lint
11 error If you need help, you may report this error at:
11 error <https://github.com/npm/npm/issues>
12 verbose exit [ 1, true ]