Your current bootstrap code is incomplete.
/node_modules/bootstrap/scss/vendor/_rfs.scss is missing because of a .gitignore rule that prevent any vendor folder to be versioned.
In your .gitignore, replace vendor line by vendor/bundle
run npm install bootstrap to override current version