Merge pull request #1185 from Duske/patch-2

Add npm install as last step of migration guide
This commit is contained in:
Jim LAURIE 2018-05-14 16:57:18 +02:00 committed by GitHub
commit fe733135fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,5 +43,8 @@ Copy the fields and relations you had in your `/plugins/users-permissions/models
Then, delete your old `plugins` folder and replace it by the new one.
## Update the Dependencies
Now let's update the dependencies in your `package.json` we edited earlier. Simply run `npm install`:
That's all, you have now upgraded to Strapi `alpha.11`.