-
Notifications
You must be signed in to change notification settings - Fork 1
/
npm-debug.log
75 lines (75 loc) · 3.21 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ]
2 info using [email protected]
3 info using [email protected]
4 verbose config Skipping project config: /home/vortex/.npmrc. (matches userconfig)
5 silly loadCurrentTree Starting
6 silly install loadCurrentTree
7 silly install readLocalPackageData
8 silly install normalizeTree
9 silly loadCurrentTree Finishing
10 silly loadIdealTree Starting
11 silly install loadIdealTree
12 silly cloneCurrentTree Starting
13 silly install cloneCurrentTreeToIdealTree
14 silly cloneCurrentTree Finishing
15 silly loadShrinkwrap Starting
16 silly install loadShrinkwrap
17 silly loadShrinkwrap Finishing
18 silly loadAllDepsIntoIdealTree Starting
19 silly install loadAllDepsIntoIdealTree
20 silly loadAllDepsIntoIdealTree Finishing
21 silly idealTree:prePrune vortex
21 silly idealTree:prePrune ├── [email protected]
21 silly idealTree:prePrune ├── [email protected]
21 silly idealTree:prePrune └── [email protected]
22 silly loadIdealTree Finishing
23 silly currentTree vortex
23 silly currentTree ├── [email protected]
23 silly currentTree ├── [email protected]
23 silly currentTree └── [email protected]
24 silly idealTree vortex
24 silly idealTree ├── [email protected]
24 silly idealTree ├── [email protected]
24 silly idealTree └── [email protected]
25 silly generateActionsToTake Starting
26 silly install generateActionsToTake
27 silly generateActionsToTake Finishing
28 silly diffTrees action count 0
29 silly decomposeActions action count 0
30 silly executeActions Starting
31 silly install executeActions
32 silly doSerial global-install 0
33 silly doParallel fetch 0
34 verbose lock using /home/vortex/.npm/_locks/staging-e996e2f37a35bfe7.lock for /home/vortex/node_modules/.staging
35 verbose unlock done using /home/vortex/.npm/_locks/staging-e996e2f37a35bfe7.lock for /home/vortex/node_modules/.staging
36 silly rollbackFailedOptional Starting
37 silly rollbackFailedOptional Finishing
38 silly runTopLevelLifecycles Starting
39 silly runTopLevelLifecycles Finishing
40 silly install printInstalled
41 warn ENOENT ENOENT: no such file or directory, open '/home/vortex/package.json'
42 warn EPACKAGEJSON vortex No description
43 warn EPACKAGEJSON vortex No repository field.
44 warn EPACKAGEJSON vortex No README data
45 warn EPACKAGEJSON vortex No license field.
46 verbose stack Error: EACCES: permission denied, mkdir '/home/vortex/node_modules/.staging'
46 verbose stack at Error (native)
47 verbose cwd /home/vortex/repos/fao_bitbucket/faostat
48 error Linux 3.13.0-101-generic
49 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
50 error node v5.4.1
51 error npm v3.3.12
52 error path /home/vortex/node_modules/.staging
53 error code EACCES
54 error errno -13
55 error syscall mkdir
56 error Error: EACCES: permission denied, mkdir '/home/vortex/node_modules/.staging'
56 error at Error (native)
56 error { [Error: EACCES: permission denied, mkdir '/home/vortex/node_modules/.staging']
56 error errno: -13,
56 error code: 'EACCES',
56 error syscall: 'mkdir',
56 error path: '/home/vortex/node_modules/.staging' }
57 error Please try running this command again as root/Administrator.
58 verbose exit [ -13, true ]