Skip to content

Commit aadc68f

Browse files
committed
logo
1 parent 0803b1b commit aadc68f

6 files changed

Lines changed: 374 additions & 0 deletions

File tree

.idea/dictionaries/kezhi.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/scopes/scope_settings.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 340 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
3+
2 info using npm@1.4.3
4+
3 info using node@v0.10.26
5+
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
6+
5 info prestart testApp@0.0.0
7+
6 info start testApp@0.0.0
8+
7 verbose unsafe-perm in lifecycle true
9+
8 info testApp@0.0.0 Failed to exec start script
10+
9 error testApp@0.0.0 start: `supervisor ./bin/www`
11+
9 error Exit status 8
12+
10 error Failed at the testApp@0.0.0 start script.
13+
10 error This is most likely a problem with the testApp package,
14+
10 error not with npm itself.
15+
10 error Tell the author that this fails on your system:
16+
10 error supervisor ./bin/www
17+
10 error You can get their info via:
18+
10 error npm owner ls testApp
19+
10 error There is likely additional logging output above.
20+
11 error System Darwin 13.3.0
21+
12 error command "/usr/local/bin/node" "/usr/local/bin/npm" "start"
22+
13 error cwd /Users/kezhi/workspace/git/nodejs-tutorial/doc/demo/day1/testApp
23+
14 error node -v v0.10.26
24+
15 error npm -v 1.4.3
25+
16 error code ELIFECYCLE
26+
17 verbose exit [ 1, true ]

doc/node-logo.png

5.76 KB
Loading

doc/node-logo.psd

76.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)