-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
40 lines (40 loc) · 1.56 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
info it worked if it ends with ok
verbose cli [ 'node', '/usr/local/bin/npm', 'start' ]
info using [email protected]
info using [email protected]
verbose config file /Users/lisawedeen/.npmrc
verbose config file /usr/local/etc/npmrc
verbose config file /usr/local/lib/node_modules/npm/npmrc
verbose caching /Users/lisawedeen/Desktop/programming/hackyale_intro/package.json
verbose loadDefaults [email protected]
verbose run-script [ 'prestart', 'start', 'poststart' ]
info prestart [email protected]
info start [email protected]
verbose unsafe-perm in lifecycle true
silly exec sh "-c" "server.js"
silly spawning [ 'sh',
silly spawning [ '-c', 'server.js' ],
silly spawning '/Users/lisawedeen/Desktop/programming/hackyale_intro' ]
info [email protected] Failed to exec start script
ERR! [email protected] start: `server.js`
ERR! `sh "-c" "server.js"` failed with 127
ERR!
ERR! Failed at the [email protected] start script.
ERR! This is most likely a problem with the HackYaleWelcome package,
ERR! not with npm itself.
ERR! Tell the author that this fails on your system:
ERR! server.js
ERR! You can get their info via:
ERR! npm owner ls HackYaleWelcome
ERR! There is likely additional logging output above.
ERR!
ERR! System Darwin 10.7.0
ERR! command "node" "/usr/local/bin/npm" "start"
ERR! cwd /Users/lisawedeen/Desktop/programming/hackyale_intro
ERR! node -v v0.6.17
ERR! npm -v 1.1.21
ERR! code ELIFECYCLE
ERR! message [email protected] start: `server.js`
ERR! message `sh "-c" "server.js"` failed with 127
ERR! errno {}
verbose exit [ 1, true ]