zhiyelee
f0fe4ab56b
add linebreak
2014-10-20 16:32:45 +02:00
Sindre Sorhus
91042387eb
bump update-notifier and simplify
2014-10-20 16:32:41 +02:00
Ivan Nikolić
410bf4f0cd
Improve CLI output for conflicts
...
Replace white color with green.
2014-05-07 19:27:44 +02:00
Chris Hiester
bea533acf8
Improved conflict resolution message
...
removed test-generated npm-debug.log
fixed semver formatting in message
2014-03-24 13:48:25 -04:00
Chris Hiester
469b74ffb3
Clarify package conflict message displayed in console
2014-02-05 20:23:46 -05:00
Chris Hiester
33ed5402f4
Fix misspelled message showing in console
...
Change "dependants" to "dependencies"
2014-02-05 16:40:44 -05:00
Stephen Sawchuk
c98bef5fc7
(words) Fix post-register wording.
2013-08-27 16:33:56 -04:00
André Cruz
abe4264a13
Close GH-760: Info command now shows the latest version package meta always, fixes #759 .
2013-08-11 14:44:58 +01:00
André Cruz
5ed04d97dd
Add new lines to update notice.
2013-07-22 13:55:44 +01:00
André Cruz
624bc1de56
Improve install command help and fix some typos.
2013-07-09 13:14:25 +01:00
André Cruz
34a2f1ad65
Add insightful message after registering.
2013-07-07 17:43:16 +01:00
André Cruz
521e6033a2
Improve conflict sentence.
2013-07-01 20:30:03 +01:00
André Cruz
c800670f39
Add link command help, tweak some other usage helps.
2013-06-25 00:17:56 +01:00
André Cruz
97edd21784
Add lookup command, minor tweaks to the info command.
2013-06-23 14:58:54 +01:00
André Cruz
2f16e17ed5
Use LRU cache for the git resolvers runtime cache.
2013-06-23 12:17:53 +01:00
André Cruz
4c3802878a
Another huge commit.
...
- Add info command
- Fix list --paths
- Fix search with no name
- Fix conflict detection when uninstalling
- Mix tweaks and fixes
2013-06-23 01:14:08 +01:00
André Cruz
83b6820458
Huge commit.
...
- Add search command
- Cache clean now clears the registry cache
- Fix error when accessing an unknown deep command in the cli
- Change from 'roaming' to 'path' in the config
- Change from 'canonicalPackage' to 'canonicalDir'
- Fix dev dependencies of nested packages being fetched
- Ignore invalid installed packages
- Various cache fixes and improvements
- Fix .bower.json being deleted if a package specified ignorables
- Use fstream instead of ncp to solve the EMFILE errors
2013-06-22 17:04:50 +01:00
André Cruz
88b4847ba9
Remove --save-resolutions in favor of prefixing choices with !.
...
Also improve the manager resolution process by avoiding to fetch incompatible packages always.
Now lazy fetches them when necessary.
2013-06-12 22:34:53 +01:00
André Cruz
6d3b3e6de2
Add cache clean and list commands.
...
This was an huge commit.
- Allow nested commands
- Switch resolve cache in memory object cache to LRU
- Store non-semver packages in the cache
- Tweak help messages
- Various fixes and tweaks
2013-06-11 00:39:18 +01:00
André Cruz
10fd2b5b5a
Tweak messages.
2013-06-07 18:13:56 +01:00
André Cruz
e704733743
Read, use and update persistent resolutions.
...
Add --save-resolutions to deal with this.
Also:
- Adjust logging when using compact
- Minor code adjustments.
2013-06-07 13:05:07 +01:00
André Cruz
79522194f1
Inform the user when a conflict was resolved with a configured resolution.
2013-06-06 01:05:55 +01:00
André Cruz
68454492e9
Add conflict resolve, presenting choices to the user.
...
This commit also contains:
- Simplified Manager and Project
- Add warning when an extraneous package is found.
- Fix a lot of bugs in the overall resolve process
- Made templates rendering synchronous
-
2013-06-05 00:50:23 +01:00
André Cruz
7fb326245e
Print update notice.
2013-05-31 18:17:32 +01:00
André Cruz
487cd384a5
Change options json structure, tweak templates.
2013-05-31 17:36:04 +01:00
André Cruz
57a9b313c4
Finish the help command and help usages for the implemented commands.
...
Introduce templating based on handlebars.
Minor tweaks.
2013-05-31 16:18:00 +01:00