GitXplorerGitXplorer
t

npm3

public
34 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
c57b52071ac486df123857edcdaf604c81b11823

Ensure exit code matches proxied npm.

ttimoxley committed 8 years ago
Unverified
6a89030a834bd8f8af1e477944e9b8b765efd76a

Fix tests. Latest npm updates changed output somehow.

ttimoxley committed 8 years ago
Unverified
3b89c189882f7343f50d3f348dbce6551d3ee7f9

Release 1.1.0

ttimoxley committed 9 years ago
Unverified
f93c24b821b89a76f857d9590e1cab5dc1851af5

Merge pull request #2 from zmLGBBM/master

ttimoxley committed 9 years ago
Unverified
5b96acfd16ab64cc3ea5e9066a63526178f61781

Make this works on windows too

ZZ-Clive committed 9 years ago
Unverified
015db87d03645634aa124103c16626f533734de4

Prevent breakage when npm v3 gets double digit version separators.

ttimoxley committed 9 years ago

README

The README file for this repository.

npm3

Wraps the 'next' version of npm v3 as an executable npm3.

Allows you to use npm v3 alongside whatever other version of npm you currently have installed.

Installation & Update

npm install -g npm3

Remember to run this semi-regularly to get the latest version of npm v3.

Make sure you understand what's changing in npm v3 by reading the excellent Release Notes.

Usage

The npm3 executable behaves exactly like npm:

> npm3 -v
3.2.2
> npm3 install
> npm3 search
# etc

See Also

License

MIT