Difference between #9 and #10 of
What to do when composer fails to update your vendor packages?

Revision #10 has been created by langy on May 5, 2014, 7:40:44 PM with the memo:

App Root folder
« previous (#9) next (#18) »

Changes

Title unchanged

What to do when composer fails to update your vendor packages?

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

Yii2, yii2, composer, corrupt, update, package, reinstall

Content changed

[...]
The normal approach is to reinstall packages. Do the following:

1. Backup your `vendor` folder under your app root, and delete all files in the `vendor` folder, except `.gitignore` if it exists.
2. Backup your `composer.lock` file on your app root, and delete it.
3. Run the following command from your app
lication root:

~~~
php composer.phar install --prefer-dist
~~~
[...]
0 4
36 followers
Viewed: 49 651 times
Version: 2.0
Category: Tutorials
Written by: Kartik V
Last updated by: Kartik V
Created on: May 5, 2014
Last updated: 9 years ago
Update Article

Revisions

View all history