You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create a bolt project with standard or minimal profiles instead of the default lightning, then I get the following error when running ./bolt.sh setup:
project > setup:build:profile:
[echo] Building make file for standard
[drush] Executing '/Users/jeff.geerling/Sites/vendor/bin/drush --no-core --nocolor --root=/Users/jeff.geerling/Sites/docroot --yes --verbose make "/Users/jeff.geerling/Sites/docroot/profiles/contrib/standard/drupal-org.make" /Users/jeff.geerling/Sites/docroot/profiles/contrib/standard'...
Loading release_info engine. [notice]
file_get_contents(/Users/jeff.geerling/Sites/docroot/profiles/contrib/standard/drupal-org.make): [warning]
failed to open stream: No such file or directory make.utilities.inc:577
Invalid or empty make file: [error]
/Users/jeff.geerling/Sites/docroot/profiles/contrib/standard/drupal-org.make
Beginning to build /Users/jeff.geerling/Sites/docroot/profiles/contrib/standard/drupal-org.make. [ok]
Source directory /tmp/make_tmp_1462391008_572a50e0df292/__build__ is not readable or does not exist. [error]
Cannot move build into place. [error]
The text was updated successfully, but these errors were encountered:
If I create a bolt project with
standard
orminimal
profiles instead of the defaultlightning
, then I get the following error when running./bolt.sh setup
:The text was updated successfully, but these errors were encountered: