-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
82 lines (82 loc) · 3.62 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
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/bin/npm', 'link', 'sails' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink /usr/bin/node
5 verbose node_modules/sails unbuild
6 info preuninstall [email protected]
7 info uninstall [email protected]
8 verbose true,/home/vvnab/etalon/node_modules,/home/vvnab/etalon/node_modules unbuild [email protected]
9 verbose /home/vvnab/etalon/node_modules/.bin,[object Object] binRoot
10 info postuninstall [email protected]
11 verbose link symlinking /usr/lib/node_modules/sails to /home/vvnab/etalon/node_modules/sails
12 info build /home/vvnab/etalon/node_modules/sails
13 info preinstall [email protected]
14 verbose linkStuff [ false, false, false, '/home/vvnab/etalon/node_modules' ]
15 info linkStuff [email protected]
16 verbose linkBins [email protected]
17 verbose link bins [ { sails: './bin/sails.js' },
17 verbose link bins '/home/vvnab/etalon/node_modules/.bin',
17 verbose link bins false ]
18 verbose linkMans [email protected]
19 verbose rebuildBundles [email protected]
20 verbose rebuildBundles [ '.bin',
20 verbose rebuildBundles 'anchor',
20 verbose rebuildBundles 'async',
20 verbose rebuildBundles 'captains-log',
20 verbose rebuildBundles 'colors',
20 verbose rebuildBundles 'commander',
20 verbose rebuildBundles 'connect-flash',
20 verbose rebuildBundles 'ejs',
20 verbose rebuildBundles 'ejs-locals',
20 verbose rebuildBundles 'express',
20 verbose rebuildBundles 'express3-handlebars',
20 verbose rebuildBundles 'glob',
20 verbose rebuildBundles 'grunt',
20 verbose rebuildBundles 'grunt-cli',
20 verbose rebuildBundles 'grunt-contrib-clean',
20 verbose rebuildBundles 'grunt-contrib-coffee',
20 verbose rebuildBundles 'grunt-contrib-concat',
20 verbose rebuildBundles 'grunt-contrib-copy',
20 verbose rebuildBundles 'grunt-contrib-cssmin',
20 verbose rebuildBundles 'grunt-contrib-jst',
20 verbose rebuildBundles 'grunt-contrib-less',
20 verbose rebuildBundles 'grunt-contrib-uglify',
20 verbose rebuildBundles 'grunt-contrib-watch',
20 verbose rebuildBundles 'grunt-sails-linker',
20 verbose rebuildBundles 'grunt-sync',
20 verbose rebuildBundles 'i18n',
20 verbose rebuildBundles 'include-all',
20 verbose rebuildBundles 'lodash',
20 verbose rebuildBundles 'merge-defaults',
20 verbose rebuildBundles 'mock-req',
20 verbose rebuildBundles 'mock-res',
20 verbose rebuildBundles 'node-uuid',
20 verbose rebuildBundles 'pluralize',
20 verbose rebuildBundles 'rc',
20 verbose rebuildBundles 'reportback',
20 verbose rebuildBundles 'sails-build-dictionary',
20 verbose rebuildBundles 'sails-disk',
20 verbose rebuildBundles 'sails-generate',
20 verbose rebuildBundles 'sails-stringfile',
20 verbose rebuildBundles 'sails-util',
20 verbose rebuildBundles 'semver',
20 verbose rebuildBundles 'skipper',
20 verbose rebuildBundles 'socket.io',
20 verbose rebuildBundles 'waterline' ]
21 error Error: EPERM, chmod '/home/vvnab/etalon/node_modules/sails/bin/sails.js'
21 error { [Error: EPERM, chmod '/home/vvnab/etalon/node_modules/sails/bin/sails.js']
21 error errno: 50,
21 error code: 'EPERM',
21 error path: '/home/vvnab/etalon/node_modules/sails/bin/sails.js' }
22 error Please try running this command again as root/Administrator.
23 error System Linux 3.2.0-4-amd64
24 error command "node" "/usr/bin/npm" "link" "sails"
25 error cwd /home/vvnab/etalon
26 error node -v v0.10.26
27 error npm -v 1.4.16
28 error path /home/vvnab/etalon/node_modules/sails/bin/sails.js
29 error code EPERM
30 error errno 50
31 error stack Error: EPERM, chmod '/home/vvnab/etalon/node_modules/sails/bin/sails.js'
32 verbose exit [ 50, true ]