[RAILS] bundle install? yarn install? What are you doing

There are many installs

When I installed gem and app, there were a lot of installs such as bundle install and yarn install, and I didn't know what they meant.

bundle install A gem called bundler manages versions of other gems

bundle install

By executing with the command, gems are checked for compatibility.

yarn install yarn is a package manager. Something like gem's bunder.

yarn install

By executing with the command, the version of the package (collection of libraries) related to javascript is managed and compatible.

Recommended Posts

bundle install? yarn install? What are you doing
config.ru What are you doing?
Path setting after installation. What are you guys doing
Windows10 Eclipse environment construction & what are you doing Fukahori August 2020
What to do if you install Ubuntu
What you are doing in the confirmation at the time of gem update
bundle install error
bundle install error
[Rails] What to do if you accidentally install bundle in the production environment in your local environment
Error when bundle install
[Rails] What are params?
[Rails] What is the difference between bundle install and bundle update?
[Ruby] Forget what attr_reader, attr_writer, attr_accessor are doing many times
What to do if mysql2 gets a bundle install error
Solution when you are repeatedly prompted even after bundle update