Skip to content

Instantly share code, notes, and snippets.

@hokaccha
Last active August 29, 2015 14:17
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 hokaccha/631f146431675c70aee2 to your computer and use it in GitHub Desktop.
Save hokaccha/631f146431675c70aee2 to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [ '/Users/hokamura/node/bin/node',
1 verbose cli '/Users/hokamura/node/bin/npm',
1 verbose cli 'link' ]
2 info using npm@2.5.1
3 info using node@v0.12.1
4 verbose node symlink /Users/hokamura/node/bin/node
5 verbose linkPkg /Users/hokamura/tmp/20150326-100731/mypackage
6 verbose gentlyRm vacuuming /Users/hokamura/node/lib/node_modules/mypackage
7 verbose gentlyRm vacuuming /Users/hokamura/node/lib/node_modules/mypackage
8 verbose link build target /Users/hokamura/node/lib/node_modules/mypackage
9 verbose install where, what [ '/Users/hokamura/tmp/20150326-100731/mypackage', [] ]
10 verbose install where, deps [ '/Users/hokamura/tmp/20150326-100731/mypackage', [] ]
11 verbose install where, peers [ '/Users/hokamura/tmp/20150326-100731/mypackage', [] ]
12 info preinstall mypackage@1.0.0
13 silly install resolved []
14 info build /Users/hokamura/tmp/20150326-100731/mypackage
15 verbose linkStuff [ false, false, false, '/Users/hokamura/tmp/20150326-100731' ]
16 info linkStuff mypackage@1.0.0
17 verbose linkBins mypackage@1.0.0
18 verbose linkMans mypackage@1.0.0
19 verbose rebuildBundles mypackage@1.0.0
20 info install mypackage@1.0.0
21 info postinstall mypackage@1.0.0
22 info prepublish mypackage@1.0.0
23 info build /Users/hokamura/node/lib/node_modules/mypackage
24 verbose stack Error: ENOENT, open '/Users/hokamura/node/lib/node_modules/mypackage/package.json'
24 verbose stack at Error (native)
25 verbose cwd /Users/hokamura/tmp/20150326-100731/mypackage
26 error Darwin 14.1.0
27 error argv "/Users/hokamura/node/bin/node" "/Users/hokamura/node/bin/npm" "link"
28 error node v0.12.1
29 error npm v2.5.1
30 error path /Users/hokamura/node/lib/node_modules/mypackage/package.json
31 error code ENOENT
32 error errno -2
33 error enoent ENOENT, open '/Users/hokamura/node/lib/node_modules/mypackage/package.json'
33 error enoent This is most likely not a problem with npm itself
33 error enoent and is related to npm not being able to find a file.
34 verbose exit [ -2, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment