-
Notifications
You must be signed in to change notification settings - Fork 1
/
npm-debug.log
184 lines (184 loc) · 13 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
0 info it worked if it ends with ok
1 verbose cli [ '/nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/bin/node',
1 verbose cli '/mnt/shared/sbin/npm',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'nodemon' ]
2 info using [email protected]
3 info using [email protected]
4 verbose install initial load of /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/package.json
5 verbose readDependencies loading dependencies from /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/package.json
6 silly cache add args [ 'nodemon', null ]
7 verbose cache add spec nodemon
8 silly cache add parsed spec Result {
8 silly cache add raw: 'nodemon',
8 silly cache add scope: null,
8 silly cache add name: 'nodemon',
8 silly cache add rawSpec: '',
8 silly cache add spec: 'latest',
8 silly cache add type: 'tag' }
9 silly addNamed nodemon@latest
10 verbose addNamed "latest" is being treated as a dist-tag for nodemon
11 info addNameTag [ 'nodemon', 'latest' ]
12 silly mapToRegistry name nodemon
13 silly mapToRegistry using default registry
14 silly mapToRegistry registry https://registry.npmjs.org/
15 silly mapToRegistry uri https://registry.npmjs.org/nodemon
16 verbose addNameTag registry:https://registry.npmjs.org/nodemon not in flight; fetching
17 verbose request uri https://registry.npmjs.org/nodemon
18 verbose request no auth needed
19 info attempt registry request try #1 at 20:58:18
20 verbose request id f36966925c75d294
21 verbose etag W/"e88aced1d8c10066c37e271e75d48c5d"
22 verbose lastModified Sun, 27 May 2018 10:28:17 GMT
23 http request GET https://registry.npmjs.org/nodemon
24 http 304 https://registry.npmjs.org/nodemon
25 verbose headers { date: 'Thu, 21 Jun 2018 20:58:18 GMT',
25 verbose headers connection: 'keep-alive',
25 verbose headers 'set-cookie': [ '__cfduid=de52485268b542a9f2d93203286a44aa71529614698; expires=Fri, 21-Jun-19 20:58:18 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
25 verbose headers 'cache-control': 'max-age=300',
25 verbose headers 'cf-cache-status': 'HIT',
25 verbose headers 'cf-ray': '42e9647a7be55588-ORD',
25 verbose headers etag: '"e88aced1d8c10066c37e271e75d48c5d"',
25 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
25 verbose headers 'last-modified': 'Sun, 27 May 2018 10:28:17 GMT',
25 verbose headers vary: 'accept-encoding, accept',
25 verbose headers server: 'cloudflare' }
26 silly get cb [ 304,
26 silly get { date: 'Thu, 21 Jun 2018 20:58:18 GMT',
26 silly get connection: 'keep-alive',
26 silly get 'set-cookie': [ '__cfduid=de52485268b542a9f2d93203286a44aa71529614698; expires=Fri, 21-Jun-19 20:58:18 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
26 silly get 'cache-control': 'max-age=300',
26 silly get 'cf-cache-status': 'HIT',
26 silly get 'cf-ray': '42e9647a7be55588-ORD',
26 silly get etag: '"e88aced1d8c10066c37e271e75d48c5d"',
26 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
26 silly get 'last-modified': 'Sun, 27 May 2018 10:28:17 GMT',
26 silly get vary: 'accept-encoding, accept',
26 silly get server: 'cloudflare' } ]
27 verbose etag https://registry.npmjs.org/nodemon from cache
28 verbose get saving nodemon to /home/ubuntu/.npm/registry.npmjs.org/nodemon/.cache.json
29 silly addNameTag next cb for nodemon with tag latest
30 silly addNamed [email protected]
31 verbose addNamed "1.17.5" is a plain semver version for nodemon
32 silly cache afterAdd [email protected]
33 verbose afterAdd /home/ubuntu/.npm/nodemon/1.17.5/package/package.json not in flight; writing
34 verbose afterAdd /home/ubuntu/.npm/nodemon/1.17.5/package/package.json written
35 silly install resolved [ { name: 'nodemon',
35 silly install resolved homepage: 'http://nodemon.io',
35 silly install resolved author: { name: 'Remy Sharp', url: 'http://github.com/remy' },
35 silly install resolved bin: { nodemon: './bin/nodemon.js' },
35 silly install resolved engines: { node: '>=4' },
35 silly install resolved repository: { type: 'git', url: 'git+https://github.com/remy/nodemon.git' },
35 silly install resolved description: 'Simple monitor script for use during development of a node.js app.',
35 silly install resolved keywords:
35 silly install resolved [ 'monitor',
35 silly install resolved 'development',
35 silly install resolved 'restart',
35 silly install resolved 'autoload',
35 silly install resolved 'reload',
35 silly install resolved 'terminal' ],
35 silly install resolved license: 'MIT',
35 silly install resolved main: './lib/nodemon',
35 silly install resolved scripts:
35 silly install resolved { commitmsg: 'commitlint -e',
35 silly install resolved coverage: 'istanbul cover _mocha -- --timeout 30000 --ui bdd --reporter list test/**/*.test.js',
35 silly install resolved lint: 'jscs lib/**/*.js -v',
35 silly install resolved ':spec': 'mocha --timeout 30000 --ui bdd test/**/*.test.js',
35 silly install resolved test: 'npm run lint && npm run spec',
35 silly install resolved spec: 'for FILE in test/**/*.test.js; do echo $FILE; TEST=1 mocha --exit --timeout 30000 $FILE; if [ $? -ne 0 ]; then exit 1; fi; sleep 1; done',
35 silly install resolved postspec: 'npm run clean',
35 silly install resolved clean: 'rm -rf test/fixtures/test*.js test/fixtures/test*.md',
35 silly install resolved web: 'node web',
35 silly install resolved 'semantic-release': 'semantic-release pre && npm publish && semantic-release post',
35 silly install resolved prepush: 'npm run lint',
35 silly install resolved killall: 'ps auxww | grep node | grep -v grep | awk \'{ print $2 }\' | xargs kill -9',
35 silly install resolved postinstall: 'node bin/postinstall || exit 0' },
35 silly install resolved devDependencies:
35 silly install resolved { '@commitlint/cli': '^3.1.3',
35 silly install resolved '@commitlint/config-angular': '^3.1.1',
35 silly install resolved async: '1.4.2',
35 silly install resolved 'coffee-script': '~1.7.1',
35 silly install resolved husky: '^0.14.3',
35 silly install resolved istanbul: '^0.4.5',
35 silly install resolved jscs: '^3.0.7',
35 silly install resolved mocha: '^2.3.3',
35 silly install resolved proxyquire: '^1.8.0',
35 silly install resolved 'semantic-release': '^8.2.0',
35 silly install resolved should: '~4.0.0' },
35 silly install resolved dependencies:
35 silly install resolved { chokidar: '^2.0.2',
35 silly install resolved debug: '^3.1.0',
35 silly install resolved 'ignore-by-default': '^1.0.1',
35 silly install resolved minimatch: '^3.0.4',
35 silly install resolved 'pstree.remy': '^1.1.0',
35 silly install resolved semver: '^5.5.0',
35 silly install resolved 'supports-color': '^5.2.0',
35 silly install resolved touch: '^3.1.0',
35 silly install resolved undefsafe: '^2.0.2',
35 silly install resolved 'update-notifier': '^2.3.0' },
35 silly install resolved version: '1.17.5',
35 silly install resolved gitHead: 'b3fc3a9aa9ae446b9a7ebc6a3836129376d2720a',
35 silly install resolved bugs: { url: 'https://github.com/remy/nodemon/issues' },
35 silly install resolved _id: '[email protected]',
35 silly install resolved _npmVersion: '5.6.0',
35 silly install resolved _nodeVersion: '9.11.1',
35 silly install resolved _npmUser: { name: 'remy', email: '[email protected]' },
35 silly install resolved dist:
35 silly install resolved { integrity: 'sha512-FG2mWJU1Y58a9ktgMJ/RZpsiPz3b7ge77t/okZHEa4NbrlXGKZ8s1A6Q+C7+JPXohAfcPALRwvxcAn8S874pmw==',
35 silly install resolved shasum: 'e6a665c872fdf09d48bf2a81f3e85f8cfb39322a',
35 silly install resolved tarball: 'https://registry.npmjs.org/nodemon/-/nodemon-1.17.5.tgz',
35 silly install resolved fileCount: 42,
35 silly install resolved unpackedSize: 102071,
35 silly install resolved 'npm-signature': '-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBRYNCRA9TVsSAnZWagAAG4gP/jxQdcuN50v8oDo830sp\nIh2qe6sYCwURWJBbQ+Or2VFsg16Su8DCz50mDmDKVV9Nb8Png5ZIGJnbStb0\n1tL/VCbiHuV9ioWIb1OrLJPAgdDAJOiXcHh9W6R98LlAUDV4NW/jGP6CrDtk\njMs1KyCaJNDoIQgRQaTq+qeAtl2T/eVG9qcZxnglXs2csP8xs/v6qgYlXM5r\nBb64TFxTycU7E8fAjbxZpzDAV8lyiiB9MM1ul/FbNkRZvTvtjXtHAJmnDAsJ\n6ojWQOby3z4JLBA3F/0XRYbOe4sWEz+FjZ7mOTtk+DYffNUkY75zdTwYI/RX\ngSpaQ9F6wExblwuCg/2FUlVeE0ifKQBMYVTjWFshUbqav1ymrsSUxKP7FUOl\nrkGCVzhkf+9mFBZyD7QTJdkPYrXZapkmLkjQ8ZYfDR083R7EpejoaksQxLw+\nLnQPai0dvrLKraMODvOArcA87xAW88nZVHxXw4PZ477cM2ZLTceABM0KVN3J\nH48zsn2foRSGwyUGBAiArkMiCD4XcVls9IWWg+cnssXKpDPKTEtVT50X7BqP\npdYwKhs3DBLNxEyo7ITViXOXEylr64bgBpqt4CJf5CN0DmjulXW4wzkgvmpn\nlaZIj5dSkRlCSGqAdKzCUuEg4MhGjl2O8p2Q8TucDq9bM4PT0tUE5Bd/qrgz\n8Ea5\r\n=Es5b\r\n-----END PGP SIGNATURE-----\r\n' },
35 silly install resolved maintainers: [ [Object] ],
35 silly install resolved directories: {},
35 silly install resolved _npmOperationalInternal:
35 silly install resolved { host: 's3://npm-registry-packages',
35 silly install resolved tmp: 'tmp/nodemon_1.17.5_1527059978555_0.6218448768867058' },
35 silly install resolved _shasum: 'e6a665c872fdf09d48bf2a81f3e85f8cfb39322a',
35 silly install resolved _resolved: 'https://registry.npmjs.org/nodemon/-/nodemon-1.17.5.tgz',
35 silly install resolved _from: 'nodemon@latest',
35 silly install resolved readme: 'ERROR: No README data found!' } ]
36 info install [email protected] into /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib
37 info installOne [email protected]
38 verbose installOne of nodemon to /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib not in flight; installing
39 verbose lock using /home/ubuntu/.npm/_locks/nodemon-27738b6f4a25f144.lock for /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon
40 silly install write writing nodemon 1.17.5 to /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon
41 verbose unbuild lib/node_modules/nodemon
42 silly gentlyRm /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon is being purged from base /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1
43 verbose gentlyRm don't care about contents; nuking /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon
44 verbose tar unpack /home/ubuntu/.npm/nodemon/1.17.5/package.tgz
45 verbose tar unpacking to /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon
46 silly gentlyRm /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon is being purged
47 verbose gentlyRm don't care about contents; nuking /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon
48 silly gunzTarPerm modes [ '755', '644' ]
49 error tar.unpack untar error /home/ubuntu/.npm/nodemon/1.17.5/package.tgz
50 verbose unlock done using /home/ubuntu/.npm/_locks/nodemon-27738b6f4a25f144.lock for /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon
51 verbose fstream_path /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon
52 verbose fstream_type Directory
53 verbose fstream_class DirWriter
54 verbose stack Error: EROFS: read-only file system, mkdir '/nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon'
54 verbose stack at Error (native)
55 verbose fstream_stack /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:35:25
55 verbose fstream_stack /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/npm/node_modules/mkdirp/index.js:47:53
55 verbose fstream_stack FSReqWrap.oncomplete (fs.js:82:15)
56 verbose cwd /home/ubuntu/workspace/API/movie_search_app
57 error Linux 4.9.80-c9
58 error argv "/nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/bin/node" "/mnt/shared/sbin/npm" "install" "-g" "nodemon"
59 error node v4.3.1
60 error npm v2.14.12
61 error path /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon
62 error code EROFS
63 error errno -30
64 error syscall mkdir
65 error rofs EROFS: read-only file system, mkdir '/nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon'
65 error rofs This is most likely not a problem with npm itself
65 error rofs and is related to the file system being read-only.
65 error rofs
65 error rofs Often virtualized file systems, or other file systems
65 error rofs that don't support symlinks, give this error.
66 verbose exit [ -30, true ]
67 verbose unbuild lib/node_modules/nodemon
68 silly gentlyRm /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon is being purged from base /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1
69 verbose gentlyRm don't care about contents; nuking /nix/store/ajr6i77s89gjfjm59aazc16b5rvb39n7-nodejs-4.3.1/lib/node_modules/nodemon