This repository has been archived by the owner on Mar 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
89 lines (89 loc) · 5.1 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink /usr/bin/node
5 verbose readDependencies using package.json deps
6 verbose install where, deps [ '/home/yanshufim/webbsites/memory-leaking-presentation',
6 verbose install [ 'underscore',
6 verbose install 'express',
6 verbose install 'mustache',
6 verbose install 'socket.io',
6 verbose install 'grunt-contrib-qunit',
6 verbose install 'grunt-contrib-jshint',
6 verbose install 'grunt-contrib-cssmin',
6 verbose install 'grunt-contrib-uglify',
6 verbose install 'grunt-contrib-watch',
6 verbose install 'grunt-contrib-sass',
6 verbose install 'grunt-contrib-connect',
6 verbose install 'grunt-zip',
6 verbose install 'grunt' ] ]
7 info preinstall [email protected]
8 verbose readDependencies using package.json deps
9 verbose already installed skipping underscore@~1.5.1 /home/yanshufim/webbsites/memory-leaking-presentation
10 verbose already installed skipping express@~2.5.9 /home/yanshufim/webbsites/memory-leaking-presentation
11 verbose already installed skipping mustache@~0.7.2 /home/yanshufim/webbsites/memory-leaking-presentation
12 verbose already installed skipping socket.io@~0.9.13 /home/yanshufim/webbsites/memory-leaking-presentation
13 verbose already installed skipping grunt-contrib-qunit@~0.2.2 /home/yanshufim/webbsites/memory-leaking-presentation
14 verbose already installed skipping grunt-contrib-jshint@~0.6.4 /home/yanshufim/webbsites/memory-leaking-presentation
15 verbose already installed skipping grunt-contrib-cssmin@~0.4.1 /home/yanshufim/webbsites/memory-leaking-presentation
16 verbose already installed skipping grunt-contrib-uglify@~0.2.4 /home/yanshufim/webbsites/memory-leaking-presentation
17 verbose already installed skipping grunt-contrib-watch@~0.5.3 /home/yanshufim/webbsites/memory-leaking-presentation
18 verbose already installed skipping grunt-contrib-sass@~0.5.0 /home/yanshufim/webbsites/memory-leaking-presentation
19 verbose already installed skipping grunt-contrib-connect@~0.4.1 /home/yanshufim/webbsites/memory-leaking-presentation
20 verbose already installed skipping grunt-zip@~0.7.0 /home/yanshufim/webbsites/memory-leaking-presentation
21 verbose already installed skipping grunt@~0.4.0 /home/yanshufim/webbsites/memory-leaking-presentation
22 silly resolved []
23 info build /home/yanshufim/webbsites/memory-leaking-presentation
24 verbose linkStuff [ false, false, false, '/home/yanshufim/webbsites' ]
25 info linkStuff [email protected]
26 verbose linkBins [email protected]
27 verbose linkMans [email protected]
28 verbose rebuildBundles [email protected]
29 verbose rebuildBundles [ '.bin',
29 verbose rebuildBundles 'express',
29 verbose rebuildBundles 'grunt',
29 verbose rebuildBundles 'grunt-cli',
29 verbose rebuildBundles 'grunt-contrib-connect',
29 verbose rebuildBundles 'grunt-contrib-cssmin',
29 verbose rebuildBundles 'grunt-contrib-jshint',
29 verbose rebuildBundles 'grunt-contrib-qunit',
29 verbose rebuildBundles 'grunt-contrib-sass',
29 verbose rebuildBundles 'grunt-contrib-uglify',
29 verbose rebuildBundles 'grunt-contrib-watch',
29 verbose rebuildBundles 'grunt-zip',
29 verbose rebuildBundles 'mustache',
29 verbose rebuildBundles 'socket.io',
29 verbose rebuildBundles 'underscore' ]
30 verbose rebuild bundle /home/yanshufim/webbsites/memory-leaking-presentation/node_modules/grunt-cli
31 info build /home/yanshufim/webbsites/memory-leaking-presentation/node_modules/grunt-cli
32 info preinstall [email protected]
33 verbose linkStuff [ false,
33 verbose linkStuff false,
33 verbose linkStuff false,
33 verbose linkStuff '/home/yanshufim/webbsites/memory-leaking-presentation/node_modules' ]
34 info linkStuff [email protected]
35 warn prefer global [email protected] should be installed with -g
36 verbose linkBins [email protected]
37 verbose link bins [ { grunt: 'bin/grunt' },
37 verbose link bins '/home/yanshufim/webbsites/memory-leaking-presentation/node_modules/.bin',
37 verbose link bins false ]
38 verbose linkMans [email protected]
39 verbose rebuildBundles [email protected]
40 verbose rebuildBundles [ '.bin', 'findup-sync', 'nopt', 'resolve' ]
41 error Error: EACCES, unlink '/home/yanshufim/webbsites/memory-leaking-presentation/node_modules/.bin/grunt'
41 error { [Error: EACCES, unlink '/home/yanshufim/webbsites/memory-leaking-presentation/node_modules/.bin/grunt']
41 error errno: 3,
41 error code: 'EACCES',
41 error path: '/home/yanshufim/webbsites/memory-leaking-presentation/node_modules/.bin/grunt' }
42 error Please try running this command again as root/Administrator.
43 error System Linux 3.5.0-54-generic
44 error command "/usr/bin/node" "/usr/bin/npm" "install"
45 error cwd /home/yanshufim/webbsites/memory-leaking-presentation
46 error node -v v0.10.35
47 error npm -v 1.4.28
48 error path /home/yanshufim/webbsites/memory-leaking-presentation/node_modules/.bin/grunt
49 error code EACCES
50 error errno 3
51 error stack Error: EACCES, unlink '/home/yanshufim/webbsites/memory-leaking-presentation/node_modules/.bin/grunt'
52 verbose exit [ 3, true ]