Skip to content

Instantly share code, notes, and snippets.

@andrewosh
Created April 20, 2018 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewosh/4a2169aa3872834edcffab347b53816f to your computer and use it in GitHub Desktop.
Save andrewosh/4a2169aa3872834edcffab347b53816f to your computer and use it in GitHub Desktop.
NPM debug log
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 npm@5.5.1
3 info using node@v9.3.0
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 protocol-buffers@4.0.4 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 protocol-buffers-encodings@1.1.0 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 protocol-buffers-schema@3.3.2 checking installable status
21 silly pacote range manifest for generate-object-property@^1.2.0 fetched in 220ms
22 silly resolveWithNewModule generate-object-property@1.2.0 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 generate-function@2.0.0 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 signed-varint@2.0.1 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 varint@5.0.0 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 is-property@1.0.2 checking installable status
35 silly currentTree lib
35 silly currentTree └── protocol-buffers
36 silly idealTree lib
36 silly idealTree └─┬ protocol-buffers@4.0.4
36 silly idealTree ├── generate-function@2.0.0
36 silly idealTree ├── generate-object-property@1.2.0
36 silly idealTree ├── is-property@1.0.2
36 silly idealTree ├── protocol-buffers-encodings@1.1.0
36 silly idealTree ├── protocol-buffers-schema@3.3.2
36 silly idealTree ├── signed-varint@2.0.1
36 silly idealTree └── varint@5.0.0
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