Package Issues
What’s wrong?
Section titled “What’s wrong?”If you install a project on your local machine, the project can’t be installed due to errors. These errors are mainly in caused by Strapi V5 packages.
What’s the solution?
Section titled “What’s the solution?”Mostly the solution is to check the package.json for packages using "latest"
instead of a version number. Mostly inside the backend
or cms
folder
Proceed with these steps
Section titled “Proceed with these steps”- Check your
package.json
for any packages usinglatest
instead of a specific version number. Replacelatest
with a fixed version number. Check list of know packages. - Remove
docusaurus
and all docs references - Check your Node.js engine versions and ensure compatibility.
List of known packages
Section titled “List of known packages”{ "@ef2/content-components-react": "remove this package since it's deprecated", "@ef2/strapi-plugin-bold-title-editor": "1.0.9",
"@_sh/strapi-plugin-ckeditor": "3.0.0", "@sklinet/strapi-plugin-video-field": "1.0.5",
"@strapi/plugin-graphql": "4.13.7", "@strapi/plugin-seo": "1.9.5",
"strapi-plugin-config-sync": "1.2.6", "strapi-plugin-local-image-sharp": "1.7.0", "strapi-plugin-navigation": "2.4.0", "strapi-plugin-placeholder": "4.4.0", "strapi-plugin-teaser": "0.0.3"}
Make sure you don’t use the ^
to prevent minor updates
The list above show all the package versions that are before the Strapi V5 update.
Test deployment
Section titled “Test deployment”If you’re sure that everything works on your local machine (so you can build the project), make sure it also works on Rootnet/Vercel.
Projects
Section titled “Projects”Updated projects
Section titled “Updated projects”Project name | NextJS version | Strapi version |
---|---|---|
AAGB | 14.1.4 | 4.21.0 |
Auto Repair Master (ARM) | 14.2.5 | 4.24.2 |
Banvo | 14.1.4 | 4.21.0 |
Kentekenloket | 14.2.5 | 4.13.7 |
Leaseprof | 14.2.5 | 4.20.2 |
Tech360 | 14.2.5 | 4.23.1 |
Tyres-On | 14.2.5 | 4.24.2 |
vandervalk+degroot | 14.1.4 | 4.21.0 |
Todo projects
Section titled “Todo projects”Project name | NextJS version | Strapi version |
---|---|---|
Kika | 13.5.2 | 4.10.1 |