-
Notifications
You must be signed in to change notification settings - Fork 106
Command name survey
tmeasday edited this page Jul 2, 2012
·
6 revisions
bundle install
npm install
not possible for any package manager?
bundle -- not possible?
rm node_modules # no specific command
npm install name
gem install name
brew install name
npm update name
bundle update [name]
gem update name
brew upgrade name
npm uninstall name
gem uninstall name
brew uninstall name
?
brew update