Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jade failed to install #2931

Closed
meetwudi opened this issue Jan 31, 2016 · 3 comments
Closed

jade failed to install #2931

meetwudi opened this issue Jan 31, 2016 · 3 comments

Comments

@meetwudi
Copy link

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.

$ grep -r 29784fd .
./package.json:    "jade": "jadejs/jade#29784fd",

jade does have this SHA in history of the master branch.

I am using node 4.2.6 and npm 2.14.12.

@meetwudi
Copy link
Author

Just tried npm 3, still failing.

@bluefuton
Copy link
Contributor

Thanks for the report @tjwudi! Should be fixed by #2934.

@meetwudi
Copy link
Author

meetwudi commented Feb 1, 2016

Nice! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants