krampstudio / grunt-jsdoc

A grunt plugin to generate javascript doc by running jsdoc3 on your grunt projects.
MIT License
387 stars 83 forks source link

One of the repos this depends on is gone #90

Closed greggman closed 9 years ago

greggman commented 10 years ago

crypto-browserify@0.1.1 (git+https://github.com/dominictarr/crypto-browserify.git

no longer exists

krampstudio commented 10 years ago

Should be solved by 0.5.5

chrischain commented 10 years ago

I'm unable to install grunt-jsdoc, and it appears that the above-referenced dependency is still there:

grunt-jsdoc_err

krampstudio commented 10 years ago

Ho, crap. You're right. I've removed some git dependencies from ink-docstrap but there this 2 that are required by jsdoc@3.2.2 I'll be solved once we migrate to jsdoc@3.3

chrischain commented 10 years ago

thanks for the response, I'll keep an eye on the project...

sam3k commented 10 years ago

What is the solution for now?

krampstudio commented 10 years ago

Everything should work correctly with both version 0.5.7 or the beta 0.6.1

sam3k commented 10 years ago

I'm trying with whatever the latest is on Windows and get this:

$ npm install grunt-jsdoc --save-dev
npm WARN package.json bufferpack@0.0.6 No README data
npm WARN package.json caja-sanitizer@0.1.2 No repository field.
npm WARN package.json karma-coverage@0.2.6 No README data
npm WARN package.json methods@0.0.1 No repository field.
npm WARN package.json methods@0.0.1 No README data
npm WARN package.json uid2@0.0.3 No repository field.
npm WARN package.json crypto@0.0.3 crypto is also the name of a node core module.
npm WARN package.json fingerprintjs@0.5.3 No repository field.
npm ERR! Failed resolving git HEAD (https://github.com/hegemonic/taffydb.git) fatal: ambiguous argument 'master': unknown revision or path not in the working tree.
npm ERR! Failed resolving git HEAD (https://github.com/hegemonic/taffydb.git) Use '--' to separate paths from revisions, like this:
npm ERR! Failed resolving git HEAD (https://github.com/hegemonic/taffydb.git) 'git <command> [<revision>...] -- [<file>...]'
npm ERR! Failed resolving git HEAD (https://github.com/hegemonic/taffydb.git)
npm ERR! Error: Command failed: fatal: ambiguous argument 'master': 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!     at ChildProcess.exithandler (child_process.js:648:15)
npm ERR!     at ChildProcess.emit (events.js:98:17)
npm ERR!     at maybeClose (child_process.js:756:16)
npm ERR!     at Process.ChildProcess._handle.onexit (child_process.js:823:5)
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "grunt-jsdoc" "--save-dev"
npm ERR! cwd c:\Projects\my_app
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code 128
npm ERR! not ok code 0
krampstudio commented 10 years ago

I see, but the repo is there : https://github.com/hegemonic/taffydb

Do you have the same error with:

npm install grunt-jsdoc@beta --save-dev

And what's your git version?

krampstudio commented 9 years ago

There are no direct git repo as dependency anymore (since 0.6.6 at least)