I have read up on subtheming Subtheme-bootstrap and I believe to have made all the proper changes, but it does not render properly, drop down does not work, styling is kind of funky. My directory is:
Hi
I had a curious issue involving syntax and I was wondering if anyone has encountered the same issue.
I have two identical websites one staging and one live. On the staging site I used composer require as follows to install a Drupal 8 module which worked fine:
$ composer require "drupal/module_name:^1.0"
When I used exactly the same command on the other site it wouldn't work. I got it to work correctly by adding one space after the colon:
$ composer require "drupal/module_name: ^1.0"