yii2 ii\base\InvalidParamException' with message 'The file or directory to be published does not exist: ...vendor/bower/jquery/d
Primary tabs
exception 'yii\base\InvalidParamException' with message 'The file or directory to be published does not exist: ...vendor/bower/jquery/dist'
Пробуем решить так.
Если не помогает, то делаем так (сносим всё и устанавливаем заново) -- по совету отсюда:
rm -rf ~/.composer/cache rm -rf /path/to/project/vendor rm /path/to/project/composer.lock composer global require "fxp/composer-asset-plugin:1.0.0" composer --prefer-dist install
- Log in to post comments
- 3023 reads