LePetitZoriban
Issue with Strapi after migrating database
{
"name": "strapi",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
"@strapi/plugin-i18n": "4.11.0",
"@strapi/plugin-users-permissions": "4.11.0",
"@strapi/provider-upload-cloudinary": "4.11.0",
"@strapi/strapi": "4.11.0",
"pg": "8.8.0"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "35d7a084-3088-4d0b-869e-f503693ee8e5"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=6.0.0"
},
"license": "MIT"
}
22 replies
Issue with Strapi after migrating database
#10 2.528 error @strapi/[email protected]: The engine "node" is incompatible with this module. Expected version ">=14.19.1 <=18.x.x". Got "21.1.0"
#10 2.539 error Found incompatible module.
#10 2.539 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
#10 ERROR: process "/bin/bash -ol pipefail -c yarn install --frozen-lockfile" did not complete successfully: exit code: 1
-----
22 replies