Skip to content

Instantly share code, notes, and snippets.

@gfarrell
Created September 21, 2014 12:54
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 gfarrell/13522959f39734ac6e92 to your computer and use it in GitHub Desktop.
Save gfarrell/13522959f39734ac6e92 to your computer and use it in GitHub Desktop.
npm-debug.log for npm install --save gfarrell/state.js
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli '--save',
1 verbose cli 'gfarrell/state.js~0.1.0' ]
2 info using npm@1.4.10
3 info using node@v0.10.28
4 verbose node symlink /usr/local/bin/node
5 warn package.json PresenceMonitor@0.0.1 No repository field.
6 warn package.json PresenceMonitor@0.0.1 No README data
7 verbose readDependencies using package.json deps
8 verbose cache add [ 'gfarrell/state.js~0.1.0', null ]
9 verbose cache add name=undefined spec="gfarrell/state.js~0.1.0" args=["gfarrell/state.js~0.1.0",null]
10 verbose parsed url { protocol: null,
10 verbose parsed url slashes: null,
10 verbose parsed url auth: null,
10 verbose parsed url host: null,
10 verbose parsed url port: null,
10 verbose parsed url hostname: null,
10 verbose parsed url hash: null,
10 verbose parsed url search: null,
10 verbose parsed url query: null,
10 verbose parsed url pathname: 'gfarrell/state.js~0.1.0',
10 verbose parsed url path: 'gfarrell/state.js~0.1.0',
10 verbose parsed url href: 'gfarrell/state.js~0.1.0' }
11 silly lockFile 2d139bf1-gfarrell-state-js-0-1-0 gfarrell/state.js~0.1.0
12 verbose lock gfarrell/state.js~0.1.0 /Users/gideon/.npm/2d139bf1-gfarrell-state-js-0-1-0.lock
13 info maybeGithub Attempting gfarrell/state.js~0.1.0 from git://github.com/gfarrell/state.js~0.1.0
14 silly lockFile f4095415-thub-com-gfarrell-state-js-0-1-0 git://github.com/gfarrell/state.js~0.1.0
15 verbose lock git://github.com/gfarrell/state.js~0.1.0 /Users/gideon/.npm/f4095415-thub-com-gfarrell-state-js-0-1-0.lock
16 verbose addRemoteGit [ 'git://github.com/gfarrell/state.js~0.1.0', 'master' ]
17 verbose git clone git://github.com/gfarrell/state.js~0.1.0 Cloning into bare repository '/Users/gideon/.npm/_git-remotes/git-github-com-gfarrell-state-js-0-1-0-f4095415'...
17 verbose git clone git://github.com/gfarrell/state.js~0.1.0 fatal: remote error:
17 verbose git clone git://github.com/gfarrell/state.js~0.1.0 is not a valid repository name
17 verbose git clone git://github.com/gfarrell/state.js~0.1.0 Email support@github.com for help
18 silly lockFile f4095415-thub-com-gfarrell-state-js-0-1-0 git://github.com/gfarrell/state.js~0.1.0
19 silly lockFile f4095415-thub-com-gfarrell-state-js-0-1-0 git://github.com/gfarrell/state.js~0.1.0
20 info maybeGithub Attempting gfarrell/state.js~0.1.0 from git+ssh://git@github.com:gfarrell/state.js~0.1.0
21 silly lockFile 43844bb5-thub-com-gfarrell-state-js-0-1-0 git@github.com:gfarrell/state.js~0.1.0
22 verbose lock git@github.com:gfarrell/state.js~0.1.0 /Users/gideon/.npm/43844bb5-thub-com-gfarrell-state-js-0-1-0.lock
23 verbose addRemoteGit [ 'git@github.com:gfarrell/state.js~0.1.0', 'master' ]
24 error git clone git@github.com:gfarrell/state.js~0.1.0 Cloning into bare repository '/Users/gideon/.npm/_git-remotes/git-github-com-gfarrell-state-js-0-1-0-43844bb5'...
24 error git clone git@github.com:gfarrell/state.js~0.1.0 fatal: remote error:
24 error git clone git@github.com:gfarrell/state.js~0.1.0 is not a valid repository name
24 error git clone git@github.com:gfarrell/state.js~0.1.0 Email support@github.com for help
25 silly lockFile 43844bb5-thub-com-gfarrell-state-js-0-1-0 git@github.com:gfarrell/state.js~0.1.0
26 silly lockFile 43844bb5-thub-com-gfarrell-state-js-0-1-0 git@github.com:gfarrell/state.js~0.1.0
27 silly lockFile 2d139bf1-gfarrell-state-js-0-1-0 gfarrell/state.js~0.1.0
28 silly lockFile 2d139bf1-gfarrell-state-js-0-1-0 gfarrell/state.js~0.1.0
29 error addLocal Could not install gfarrell/state.js~0.1.0
30 error Error: ENOENT, stat 'gfarrell/state.js~0.1.0'
31 error If you need help, you may report this *entire* log,
31 error including the npm and node versions, at:
31 error <http://github.com/npm/npm/issues>
32 error System Darwin 13.4.0
33 error command "node" "/usr/local/bin/npm" "install" "--save" "gfarrell/state.js~0.1.0"
34 error cwd /Users/gideon/Code/PresenceMonitor
35 error node -v v0.10.28
36 error npm -v 1.4.10
37 error path gfarrell/state.js~0.1.0
38 error code ENOENT
39 error errno 34
40 verbose exit [ 34, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment