You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Hi guys, I just wanted to mention an issue I ran into while using codemods script. After running the npx @strapi/codemods migrate command I received an error Cannot set property 'node' of undefined.
It turned out my package.json file was missing the "engines": {} part and in the codemods update-package-dependencies.js these lines were causing it:
I hope it's going to help someone.
The text was updated successfully, but these errors were encountered:
Hi guys, I just wanted to mention an issue I ran into while using codemods script. After running the
npx @strapi/codemods migrate
command I received an errorCannot set property 'node' of undefined
.It turned out my
package.json
file was missing the"engines": {}
part and in the codemodsupdate-package-dependencies.js
these lines were causing it:I hope it's going to help someone.
The text was updated successfully, but these errors were encountered: