Created
April 20, 2018 00:11
-
-
Save andrewosh/4a2169aa3872834edcffab347b53816f to your computer and use it in GitHub Desktop.
NPM debug log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/home/andrewosh/.nvm/versions/node/v9.3.0/bin/node', | |
1 verbose cli '/home/andrewosh/.nvm/versions/node/v9.3.0/bin/npm', | |
1 verbose cli 'i', | |
1 verbose cli '-g', | |
1 verbose cli 'protocol-buffers' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose npm-session 02acbfc265a4bdf4 | |
5 silly install loadCurrentTree | |
6 silly install readGlobalPackageData | |
7 http fetch GET 200 https://registry.npmjs.org/protocol-buffers 15ms (from cache) | |
8 silly pacote tag manifest for protocol-buffers@latest fetched in 38ms | |
9 silly install loadIdealTree | |
10 silly install cloneCurrentTreeToIdealTree | |
11 silly install loadShrinkwrap | |
12 silly install loadAllDepsIntoIdealTree | |
13 silly resolveWithNewModule [email protected] checking installable status | |
14 http fetch GET 200 https://registry.npmjs.org/protocol-buffers-encodings 68ms (from cache) | |
15 silly pacote range manifest for protocol-buffers-encodings@^1.1.0 fetched in 69ms | |
16 silly resolveWithNewModule [email protected] checking installable status | |
17 http fetch GET 304 https://registry.npmjs.org/protocol-buffers-schema 217ms (from cache) | |
18 http fetch GET 304 https://registry.npmjs.org/generate-object-property 219ms (from cache) | |
19 silly pacote range manifest for protocol-buffers-schema@^3.1.1 fetched in 218ms | |
20 silly resolveWithNewModule [email protected] checking installable status | |
21 silly pacote range manifest for generate-object-property@^1.2.0 fetched in 220ms | |
22 silly resolveWithNewModule [email protected] checking installable status | |
23 http fetch GET 304 https://registry.npmjs.org/generate-function 228ms (from cache) | |
24 silly pacote range manifest for generate-function@^2.0.0 fetched in 231ms | |
25 silly resolveWithNewModule [email protected] checking installable status | |
26 http fetch GET 304 https://registry.npmjs.org/signed-varint 234ms (from cache) | |
27 silly pacote range manifest for signed-varint@^2.0.0 fetched in 235ms | |
28 silly resolveWithNewModule [email protected] checking installable status | |
29 http fetch GET 304 https://registry.npmjs.org/varint 239ms (from cache) | |
30 silly pacote range manifest for varint@^5.0.0 fetched in 240ms | |
31 silly resolveWithNewModule [email protected] checking installable status | |
32 http fetch GET 304 https://registry.npmjs.org/is-property 75ms (from cache) | |
33 silly pacote range manifest for is-property@^1.0.0 fetched in 77ms | |
34 silly resolveWithNewModule [email protected] checking installable status | |
35 silly currentTree lib | |
35 silly currentTree └── protocol-buffers | |
36 silly idealTree lib | |
36 silly idealTree └─┬ [email protected] | |
36 silly idealTree ├── [email protected] | |
36 silly idealTree ├── [email protected] | |
36 silly idealTree ├── [email protected] | |
36 silly idealTree ├── [email protected] | |
36 silly idealTree ├── [email protected] | |
36 silly idealTree ├── [email protected] | |
36 silly idealTree └── [email protected] | |
37 silly install generateActionsToTake | |
38 warn checkPermissions Missing write access to /home/andrewosh/.nvm/versions/node/v9.3.0/lib/node_modules/protocol-buffers | |
39 verbose stack Error: ENOENT: no such file or directory, access '/home/andrewosh/.nvm/versions/node/v9.3.0/lib/node_modules/protocol-buffers' | |
40 verbose cwd /home/andrewosh/Development/hyperdb-2 | |
41 verbose Linux 4.14.0-041400-lowlatency | |
42 verbose argv "/home/andrewosh/.nvm/versions/node/v9.3.0/bin/node" "/home/andrewosh/.nvm/versions/node/v9.3.0/bin/npm" "i" "-g" "protocol-buffers" | |
43 verbose node v9.3.0 | |
44 verbose npm v5.5.1 | |
45 error path /home/andrewosh/.nvm/versions/node/v9.3.0/lib/node_modules/protocol-buffers | |
46 error code ENOENT | |
47 error errno -2 | |
48 error syscall access | |
49 error enoent ENOENT: no such file or directory, access '/home/andrewosh/.nvm/versions/node/v9.3.0/lib/node_modules/protocol-buffers' | |
50 error enoent This is related to npm not being able to find a file. | |
51 verbose exit [ -2, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment