When attempting to view the workflow in yii2-workflow-manager the following error occurred:
The file or directory to be published does not exist: C:\wamp64\www\migration-basic/vendor\bower/vis/dist
Additional Info
The composer.json has the vis asset included, however, after performing composer update the vendor/bower/vis folder is incomplete. Two major files were not installed:
vis/dis
vis/lib
The following dependency is in the workflow-view composer.json file":
**execute:** composer global require "fxp/composer-asset-plugin:^1.3.1"
**execute:** cd c:/www
**execute:** composer create-project --prefer-dist yiisoft/yii2-app-basic app
**execute:** cd c:/www/app
**execute:** init, then select '0' for development.
**execute:** composer require cornernote/yii2-workflow-manager "*"
modify frontend config to specify your db and credentials.
**execute:** php yii migrate --migrationPath=@cornernote/workflow/manager/migrations
**Run page:** http://app/workflow/
create a workflow with the builder.
**Run page:** http://app/workflow/default/view?id=YourNewWorkflow
Hi @jairusmartin ,
sorry but I didn't see this issue before (email notification from github seems to no work as I expected )
I will take a look as soon as possible.
ciao
Symptom
When attempting to view the workflow in yii2-workflow-manager the following error occurred:
Additional Info
The composer.json has the vis asset included, however, after performing composer update the vendor/bower/vis folder is incomplete. Two major files were not installed:
The following dependency is in the workflow-view composer.json file":
The following fails since the asset can't be loaded and no vis/dist folder exists:
Steps To Reproduce