- 🇦🇺Australia pasan.gamage
I know it's a closed issue but for anyone who comes here for a solution, you can try this snippet in composer instead;
"scripts": { "post-drupal-scaffold-cmd": [ "mkdir -p web/libraries/bootstrap", "cp -R vendor/twbs/bootstrap/dist web/libraries/bootstrap" ] }
Thanks