Last active
August 29, 2015 14:17
-
-
Save hokaccha/631f146431675c70aee2 to your computer and use it in GitHub Desktop.
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 [ '/Users/hokamura/node/bin/node', | |
1 verbose cli '/Users/hokamura/node/bin/npm', | |
1 verbose cli 'link' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
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 [email protected] | |
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 [email protected] | |
17 verbose linkBins [email protected] | |
18 verbose linkMans [email protected] | |
19 verbose rebuildBundles [email protected] | |
20 info install [email protected] | |
21 info postinstall [email protected] | |
22 info prepublish [email protected] | |
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