-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
32 lines (32 loc) · 1.55 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/0.8.15/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'run',
1 verbose cli 'dev' ]
2 info using [email protected]
3 info using [email protected]
4 verbose read json /Users/ben.smawfield/Documents/flashcards/Flash-cards/package.json
5 verbose run-script [ 'predev', 'dev', 'postdev' ]
6 info predev [email protected]
7 info dev [email protected]
8 verbose unsafe-perm in lifecycle true
9 silly exec sh "-c" "MONGOLAB_URI=mongodb://localhost:27017 node app.js"
10 silly sh,-c,MONGOLAB_URI=mongodb://localhost:27017 node app.js,/Users/ben.smawfield/Documents/flashcards/Flash-cards spawning
11 info [email protected] Failed to exec dev script
12 error [email protected] dev: `MONGOLAB_URI=mongodb://localhost:27017 node app.js`
12 error `sh "-c" "MONGOLAB_URI=mongodb://localhost:27017 node app.js"` failed with 1
13 error Failed at the [email protected] dev script.
13 error This is most likely a problem with the Flash-cards package,
13 error not with npm itself.
13 error Tell the author that this fails on your system:
13 error MONGOLAB_URI=mongodb://localhost:27017 node app.js
13 error You can get their info via:
13 error npm owner ls Flash-cards
13 error There is likely additional logging output above.
14 error System Darwin 12.2.0
15 error command "/usr/local/Cellar/node/0.8.15/bin/node" "/usr/local/bin/npm" "run" "dev"
16 error cwd /Users/ben.smawfield/Documents/flashcards/Flash-cards
17 error node -v v0.8.15
18 error npm -v 1.1.66
19 error code ELIFECYCLE
20 verbose exit [ 1, true ]