-
Notifications
You must be signed in to change notification settings - Fork 83
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
Update dependencies in package.json to npm packages #65
Comments
see #64 |
The git url dependency did make problem to adopt this plugin for large project, such as Firefox OS (Gaia). Though we have run public test like using travis, we still have bound test environment which have no internet connection and can't get public git directly. It will be nice if this plugin could provide a version without git dependency |
Yes this is planned for the 0.5.0 release. |
version 0.5.0 published to npm. |
Hello, NPM seems to be fetching into /-/grunt-jsdoc-0.5.1.tgz npm ERR! git clone https://github.com/dominictarr/crypto-browserify.git Cloning into bare .... I ran npm cache clean Did this update removed all git references? do you know why I may still have issues with Git references? thanks! |
This is a transitive dependency, so I've no control on dependencies of my dependencies. (It's a dependency of jsdoc@3.2.2) But anyway, an NPM package can be hosted on a git repo. So you should be able to get this dependency installed if git is installed on your system. For instance, if I try : |
@krampstudio you are correct, I am at my work place and perhaps I will just not be able to get access to any github repos from here. Thanks! |
It would be helpful for us if the dependencies depends only on npm instead of git.
Thanks,
The text was updated successfully, but these errors were encountered: