Hi Team,
I am running Repository Modernizer as referred here: https://github.com/adobe/aem-cloud-service-source-migration/tree/master/packages/repository-moderniz...
My source maven project is of archetype 19 and getting below error:
********** Executing Repository Modernizer **********
Restructuring Repository..
node_modules\@adobe\aem-cs-source-migration-repository-modernizerbasePath
Error: ENOENT: no such file or directory, stat
'node_modules\@adobe\aem-cs-source-migration-repository-modernizer\resources\all'
Code: ENOENT
Has anyone came across this error?
Solved! Go to Solution.
Views
Replies
Total Likes
Try version 0.0.8+ of the repo modernizer plugin.
The prior version exhibited this symptom, and the way to work around it was to perform a non-global install of @adobe\aem-cs-source-migration-repository-modernizer in the same folder in which you're running the aio plugin from.
Ex.
$ cd project-to-modernize
$ npm i @adobe\aem-cs-source-migration-repository-modernizer
But that said, that was fixed in v0.0.8 so just upgrade to the latest version and you should be set.
As this is a node JS error which means File does not exists.
Can you check once if in below path all folder exists or not, all folder contains one pom.xml and src folder.
'node_modules\@adobe\aem-cs-source-migration-repository-modernizer\resources\all'
Regards
Views
Replies
Total Likes
Try running npm update and also check config.yaml is well formed.
If this doesn't help, you could try re-installing node and npm.
I am getting the same issue. Are you able to find the solution to this?
Views
Replies
Total Likes
Yes, instead of running the unified tool, i followed these steps mentioned here: https://github.com/adobe/aem-cloud-service-source-migration/tree/master/packages/repository-moderniz...
Try version 0.0.8+ of the repo modernizer plugin.
The prior version exhibited this symptom, and the way to work around it was to perform a non-global install of @adobe\aem-cs-source-migration-repository-modernizer in the same folder in which you're running the aio plugin from.
Ex.
$ cd project-to-modernize
$ npm i @adobe\aem-cs-source-migration-repository-modernizer
But that said, that was fixed in v0.0.8 so just upgrade to the latest version and you should be set.
Views
Likes
Replies