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
Following the
something-tracker
readme I run into an error when runningnpm install --no-optional --production
: