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
Just got this error when running ./blt.sh local:setup per the README.
project > target-hook:invoke:
[phingcall] /Users/kevinquillen/Servers/velir/build/core/phing/build.xml:62:8: /Users/kevinquillen/Servers/velir/build/core/phing/build.xml:65:12: /Users/kevinquillen/Servers/velir/build/core/phing/build.xml:71:18: The directory /Users/kevinquillen/Servers/velir/docroot/profiles/contrib/lightning does not exist. Will not run command for post-setup-build.
[phingcall] /Users/kevinquillen/Servers/velir/build/core/phing/tasks/setup.xml:22:43: Execution of the target buildfile failed. Aborting.
BUILD FAILED
/Users/kevinquillen/Servers/velir/build/core/phing/tasks/local-sync.xml:12:30: Execution of the target buildfile failed. Aborting.
What can I edit to make lightning not a requirement? I just want to setup a project with vanilla Drupal 8.1.x and install it myself, under BLT.
The text was updated successfully, but these errors were encountered:
In project.yml, make sure that your profile.name is standard, profile.contrib is false and that you remove or modify any Lightning specific target-hooks
Just got this error when running
./blt.sh local:setup
per the README.What can I edit to make lightning not a requirement? I just want to setup a project with vanilla Drupal 8.1.x and install it myself, under BLT.
The text was updated successfully, but these errors were encountered: