The Magento 2 module replaces out of the box cart page with Ui Component.
Run the following command at Magento 2 root folder:
composer require thesgroup/module-checkout-cart
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Run the following command at Magento 2 root folder:
composer remove thesgroup/module-checkout-cart
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy