-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
49 lines (49 loc) · 1.94 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
41
42
43
44
45
46
47
48
49
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/chichi/.npmrc
verbose config file /usr/local/etc/npmrc
verbose config file /usr/local/lib/node_modules/npm/npmrc
silly testEngine { name: 'application-name',
silly testEngine version: '0.0.1',
silly testEngine private: true,
silly testEngine dependencies: { express: '2.5.8', jade: '>= 0.0.1', 'coffee-script': '~1.2.0' },
silly testEngine _id: '[email protected]',
silly testEngine scripts: { start: 'node server.js' },
silly testEngine devDependencies: {},
silly testEngine engines: { node: '*' },
silly testEngine _engineSupported: true,
silly testEngine _npmVersion: '1.0.106',
silly testEngine _nodeVersion: 'v0.6.1',
silly testEngine _defaultsLoaded: true }
verbose caching /Users/chichi/Sites/Hotpie/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" "node server.js"
silly spawning [ 'sh',
silly spawning [ '-c', 'node server.js' ],
silly spawning '/Users/chichi/Sites/Hotpie' ]
info [email protected] Failed to exec start script
ERR! [email protected] start: `node server.js`
ERR! `sh "-c" "node server.js"` failed with 1
ERR!
ERR! Failed at the [email protected] start script.
ERR! This is most likely a problem with the application-name package,
ERR! not with npm itself.
ERR! Tell the author that this fails on your system:
ERR! node server.js
ERR! You can get their info via:
ERR! npm owner ls application-name
ERR! There is likely additional logging output above.
ERR!
ERR! System Darwin 11.3.0
ERR! command "node" "/usr/local/bin/npm" "start"
ERR! cwd /Users/chichi/Sites/Hotpie
ERR! node -v v0.6.1
ERR! npm -v 1.0.106
ERR! code ELIFECYCLE
verbose exit [ 1, true ]