hoodiehq-archive / my-first-hoodie

⛔ deprecated
Other
157 stars 35 forks source link

Command failed: git rev-list -n1 tent #91

Closed peteruithoven closed 8 years ago

peteruithoven commented 8 years ago

Following the something-tracker readme I run into an error when running npm install --no-optional --production:

npm ERR! git rev-list -n1 tent: fatal: ambiguous argument 'tent': unknown revision or path not in the working tree.
npm ERR! git rev-list -n1 tent: Use '--' to separate paths from revisions, like this:
npm ERR! git rev-list -n1 tent: 'git <command> [<revision>...] -- [<file>...]'
npm ERR! git rev-list -n1 tent: 
npm ERR! Linux 3.19.0-61-generic
npm ERR! argv "/usr/local/bin/node" "/home/peteruithoven/.npm-global/bin/npm" "install" "--no-optional" "--production"
npm ERR! node v6.2.1
npm ERR! npm  v3.9.5
npm ERR! code 128

npm ERR! Command failed: git rev-list -n1 tent
npm ERR! fatal: ambiguous argument 'tent': unknown revision or path not in the working tree.
npm ERR! Use '--' to separate paths from revisions, like this:
npm ERR! 'git <command> [<revision>...] -- [<file>...]'
npm ERR! 
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /home/peteruithoven/Projects/www/hoodie-experiments/my-first-hoodie/npm-debug.log
gr2m commented 8 years ago

how did you end up here at the my-first-hoodie repo, it’s for the old hoodie? Can you try to install https://github.com/hoodiehq/hoodie-app-tracker?

peteruithoven commented 8 years ago

Ah thanks! Not sure how I ended up here.