Hello,
I am working on migration from 2023.06ext5 to 2024.06 and it is not fully clear for me how should I proceed with that.
I understand, that I should run below commands in order
npx @com.mgmtp.a12.kernel/kernel-codemod@29.1.1 client --targetVersion 29
npx @com.mgmtp.a12.workflows/workflows-codemod@11.2.1 client --targetVersion 11
npx @com.mgmtp.a12.client/client-codemod@15.0.1 client --targetVersion 15
but I am getting this error when trying to run first of them. The other two work fine.
npm ERR! code E404
npm ERR! 404 Not Found - GET https://artifacts.geta12.com/artifactory/api/npm/a12-npm/@com.mgmtp.a12.kernel%2fkernel-codemod
npm ERR! 404
npm ERR! 404 '@com.mgmtp.a12.kernel/kernel-codemod@29.1.1' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
Did I miss something?