Open selected-pixel-jameson opened 8 months ago
I am also facing the same problem since 2 weeks but no luck. @mhartington Please help us to resolve this error.
Hey there,
Can you provide a GitHub repo that I can use to reproduce the issue? The team is unable to reproduce this issue using a new project.
@liamdebeasi Unfortunately I cannot. This is a client project and I cannot share the code without legal ramifications. I would assume that it has something to do with including cordova plugins.
Specifically "cordova-plugin-purchase": "^13.5.0",
The Angular migration tool worked without any issues, but that obviously isn't going to handle migrating all of the Ion Components. I manually ended up doing this. Took me about 8-10 hours.
Prerequisites
Codemod version
0.3.0
Current Behavior
I run
npx @ionic/angular-standalone-codemods
.I'm prompted with the dry run option.
Regardless of the option I select I get the following error afterwards.
I have checked the .vscode directory and I only have a .launch file in there. So I'm not sure if I'm missing something or what.
Expected Behavior
I would expect the migration process to run
Steps to Reproduce
npx @ionic/angular-standalone-codemods
Code Reproduction URL
No response
Additional Information
If I create the missing
typings
directory it then references acordova-ionic
directory and thenplugins
.This is my package.json file.