You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got following error message when executing make run or npm install.
npm ERR! git rev-list -n1 29784fd: fatal: ambiguous argument '29784fd': unknown revision or path not in the working tree.
npm ERR! git rev-list -n1 29784fd: Use '--' to separate paths from revisions, like this:
npm ERR! git rev-list -n1 29784fd: 'git <command> [<revision>...] -- [<file>...]'
npm ERR! git rev-list -n1 29784fd:
npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/bin/iojs" "/usr/local/bin/npm" "install"
npm ERR! node v4.2.6
npm ERR! npm v2.14.12
npm ERR! code 128
npm ERR! Command failed: git rev-list -n1 29784fd
npm ERR! fatal: ambiguous argument '29784fd': 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! /Users/John/Code/wp-calypso/npm-debug.log
It turns out that 29784fd is the designated SHA of jade in package.json.
I got following error message when executing
make run
ornpm install
.It turns out that
29784fd
is the designated SHA of jade in package.json.jade does have this SHA in history of the master branch.
I am using node 4.2.6 and npm 2.14.12.
The text was updated successfully, but these errors were encountered: