Skip to content

Instantly share code, notes, and snippets.

@chrmoritz
Created June 1, 2017 22:05
Show Gist options
  • Save chrmoritz/b21612a74f9d278f0fa14b243a5b0fe9 to your computer and use it in GitHub Desktop.
Save chrmoritz/b21612a74f9d278f0fa14b243a5b0fe9 to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/8.0.0_1/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'easy-table@0.0.1' ]
2 info using npm@5.0.1
3 info using node@v8.0.0
4 silly install loadCurrentTree
5 silly install readLocalPackageData
6 http fetch GET 200 https://registry.npmjs.org/easy-table 259ms
7 silly pacote version manifest for easy-table@0.0.1 fetched in 307ms
8 silly install loadIdealTree
9 silly install cloneCurrentTreeToIdealTree
10 silly install loadShrinkwrap
11 silly install loadAllDepsIntoIdealTree
12 silly resolveWithNewModule easy-table@0.0.1 checking installable status
13 silly currentTree test
14 silly idealTree test
14 silly idealTree └── easy-table@0.0.1
15 silly install generateActionsToTake
16 silly diffTrees action count 1
17 silly diffTrees add easy-table@0.0.1
18 silly decomposeActions action count 8
19 silly decomposeActions fetch easy-table@0.0.1
20 silly decomposeActions extract easy-table@0.0.1
21 silly decomposeActions preinstall easy-table@0.0.1
22 silly decomposeActions build easy-table@0.0.1
23 silly decomposeActions install easy-table@0.0.1
24 silly decomposeActions postinstall easy-table@0.0.1
25 silly decomposeActions finalize easy-table@0.0.1
26 silly decomposeActions refresh-package-json easy-table@0.0.1
27 silly install executeActions
28 silly doSerial global-install 8
29 verbose correctMkdir /Users/chris/.npm/_locks correctMkdir not in flight; initializing
30 verbose lock using /Users/chris/.npm/_locks/staging-2c8434733d28cabd.lock for /Users/chris/Desktop/test/node_modules/.staging
31 silly doParallel extract 8
32 silly extract easy-table@0.0.1
33 silly pacote trying easy-table@https://registry.npmjs.org/easy-table/-/easy-table-0.0.1.tgz by hash: sha1-29gJF3od16/Aa0hJ0cp+/xPimes=
34 silly pacote data for sha1-29gJF3od16/Aa0hJ0cp+/xPimes= not present. Using manifest.
35 verbose unlock done using /Users/chris/.npm/_locks/staging-2c8434733d28cabd.lock for /Users/chris/Desktop/test/node_modules/.staging
36 warn enoent ENOENT: no such file or directory, open '/Users/chris/Desktop/test/package.json'
37 verbose enoent This is related to npm not being able to find a file.
38 warn test No description
39 warn test No repository field.
40 warn test No README data
41 warn test No license field.
42 verbose stack Error: EACCES: permission denied, open '/Users/chris/Desktop/test/node_modules/.staging/easy-table-3711f69a/lib/table.js'
43 verbose cwd /Users/chris/Desktop/test
44 verbose Darwin 16.6.0
45 verbose argv "/usr/local/Cellar/node/8.0.0_1/bin/node" "/usr/local/bin/npm" "install" "easy-table@0.0.1"
46 verbose node v8.0.0
47 verbose npm v5.0.1
48 error path /Users/chris/Desktop/test/node_modules/.staging/easy-table-3711f69a/lib/table.js
49 error code EACCES
50 error errno -13
51 error syscall open
52 error Error: EACCES: permission denied, open '/Users/chris/Desktop/test/node_modules/.staging/easy-table-3711f69a/lib/table.js'
52 error { Error: EACCES: permission denied, open '/Users/chris/Desktop/test/node_modules/.staging/easy-table-3711f69a/lib/table.js'
52 error cause:
52 error { Error: EACCES: permission denied, open '/Users/chris/Desktop/test/node_modules/.staging/easy-table-3711f69a/lib/table.js'
52 error errno: -13,
52 error code: 'EACCES',
52 error syscall: 'open',
52 error path: '/Users/chris/Desktop/test/node_modules/.staging/easy-table-3711f69a/lib/table.js' },
52 error errno: -13,
52 error code: 'EACCES',
52 error syscall: 'open',
52 error path: '/Users/chris/Desktop/test/node_modules/.staging/easy-table-3711f69a/lib/table.js' }
53 error Please try running this command again as root/Administrator.
54 verbose exit [ -13, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment