-
Notifications
You must be signed in to change notification settings - Fork 1
/
npm-debug.log
78 lines (78 loc) · 3.51 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
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 warn package.json [email protected] No repository field.
6 warn package.json [email protected] No README data
7 verbose readDependencies using package.json deps
8 verbose install where, deps [ '/home/turbo/webStorm/weather',
8 verbose install [ 'gulp',
8 verbose install 'gulp-sass',
8 verbose install 'gulp-concat',
8 verbose install 'gulp-minify-css',
8 verbose install 'gulp-rename',
8 verbose install 'bower',
8 verbose install 'gulp-util',
8 verbose install 'shelljs' ] ]
9 info preinstall [email protected]
10 verbose readDependencies using package.json deps
11 verbose already installed skipping gulp-concat@^2.2.0 /home/turbo/webStorm/weather
12 verbose already installed skipping gulp-minify-css@^0.3.0 /home/turbo/webStorm/weather
13 verbose already installed skipping gulp-rename@^1.2.0 /home/turbo/webStorm/weather
14 verbose already installed skipping bower@^1.3.3 /home/turbo/webStorm/weather
15 verbose already installed skipping gulp-util@^2.2.14 /home/turbo/webStorm/weather
16 verbose already installed skipping shelljs@^0.3.0 /home/turbo/webStorm/weather
17 verbose already installed skipping gulp@^3.5.6 /home/turbo/webStorm/weather
18 verbose already installed skipping gulp-sass@^1.3.3 /home/turbo/webStorm/weather
19 silly resolved []
20 info build /home/turbo/webStorm/weather
21 verbose linkStuff [ false, false, false, '/home/turbo/webStorm' ]
22 info linkStuff [email protected]
23 verbose linkBins [email protected]
24 verbose linkMans [email protected]
25 verbose rebuildBundles [email protected]
26 verbose rebuildBundles [ '.bin',
26 verbose rebuildBundles 'bower',
26 verbose rebuildBundles 'gulp',
26 verbose rebuildBundles 'gulp-concat',
26 verbose rebuildBundles 'gulp-minify-css',
26 verbose rebuildBundles 'gulp-rename',
26 verbose rebuildBundles 'gulp-sass',
26 verbose rebuildBundles 'gulp-util',
26 verbose rebuildBundles 'node-sass',
26 verbose rebuildBundles 'shelljs' ]
27 verbose rebuild bundle /home/turbo/webStorm/weather/node_modules/node-sass
28 info build /home/turbo/webStorm/weather/node_modules/node-sass
29 info preinstall [email protected]
30 verbose linkStuff [ false,
30 verbose linkStuff false,
30 verbose linkStuff false,
30 verbose linkStuff '/home/turbo/webStorm/weather/node_modules' ]
31 info linkStuff [email protected]
32 verbose linkBins [email protected]
33 verbose link bins [ { 'node-sass': 'bin/node-sass' },
33 verbose link bins '/home/turbo/webStorm/weather/node_modules/.bin',
33 verbose link bins false ]
34 verbose linkMans [email protected]
35 verbose rebuildBundles [email protected]
36 info install [email protected]
37 verbose unsafe-perm in lifecycle true
38 info [email protected] Failed to exec install script
39 error [email protected] install: `node scripts/install.js`
39 error Exit status 8
40 error Failed at the [email protected] install script.
40 error This is most likely a problem with the node-sass package,
40 error not with npm itself.
40 error Tell the author that this fails on your system:
40 error node scripts/install.js
40 error You can get their info via:
40 error npm owner ls node-sass
40 error There is likely additional logging output above.
41 error System Linux 3.16.0-34-generic
42 error command "/usr/bin/node" "/usr/bin/npm" "install"
43 error cwd /home/turbo/webStorm/weather
44 error node -v v0.10.37
45 error npm -v 1.4.28
46 error code ELIFECYCLE
47 verbose exit [ 1, true ]