Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created June 2, 2013 02:25
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 Raynos/5692393 to your computer and use it in GitHub Desktop.
Save Raynos/5692393 to your computer and use it in GitHub Desktop.
raynos at raynos-SVS15127PXB ~/projects
$ mkdir bar
raynos at raynos-SVS15127PXB ~/projects
$ cd bar
raynos at raynos-SVS15127PXB ~/projects/bar
$ touch README
raynos at raynos-SVS15127PXB ~/projects/bar
$ nano README
raynos at raynos-SVS15127PXB ~/projects/bar
$ nstart
Initialized empty Git repository in /home/raynos/projects/bar/.git/
[master (root-commit) 236ecdd] initial
1 file changed, 1 insertion(+)
create mode 100644 README
Updating origin
created repository: Raynos/bar
Counting objects: 3, done.
Writing objects: 100% (3/3), 219 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
To git@github.com:Raynos/bar.git
* [new branch] master -> master
travis hook added for Raynos/bar with id 1005922
test hook sent for Raynos/bar/1005922
info testlingify Adding testling config to your package and creating testling hook on your github repository
info testlingify Loaded testlingify config from /home/raynos/.config/testlingify.js
ERR! testlingify Cannot find a package.json in repository root: /home/raynos/projects/bar
info testlingify Successfully created testling hook for Raynos/bar as Raynos
info testlingify Testing testling hook on your github repository
info testlingify Loaded testlingify config from /home/raynos/.config/testlingify.js
info testlingify Successfully pushed to testling hook for Raynos/bar
npm ERR! addLocal Could not install .
npm ERR! Error: ENOENT, open 'package.json'
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR! System Linux 3.8.0-22-generic
npm ERR! command "/home/raynos/projects/nvm/v0.8.23/bin/node" "/home/raynos/projects/nvm/v0.8.23/bin/npm" "publish"
npm ERR! cwd /home/raynos/projects/bar
npm ERR! node -v v0.8.23
npm ERR! npm -v 1.2.18
npm ERR! path package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/raynos/projects/bar/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment