Description:
When I installed the CLI today I noticed the following npm warning:
npm WARN deprecated github-flavored-markdown@1.0.1: This project is long out of date. Use 'marked' instead.
Since the CLI install could potentially fail if this dependency is no longer available at some time in the future, we should consider replacing it soon.
Steps to reproduce:
1) Install the cli from github with:
sudo npm install -g git://github.com/appcelerator/titanium.git
2) Watch the terminal output
Result:
npm warning about "out of date" package
Expected Result:
No warnings, no out-of-date packages as dependencies
Note that this is documented as an issue here: https://github.com/visionmedia/dox/issues/94. It is possible to delete a package, but given the contributor, I think that's unlikely: https://npmjs.org/doc/cli/npm-unpublish.html
Closing ticket as the issue will not fix.