What is happen with ionic new projects?

Hey there!

So based on what you’re describing, do you have npm7 installed? npm7 introduce a lot of issues all over the javascript ecosystem as it changed how dependencies are resolved. This would happen with any major JS project, not just Ionic.

npm audit’s are again kind of the default now. Since projects with angular/react/vue depend on so many deps for their tooling, they’re bound to find some issues. But most of the time they are fine to ignore.

If I forget to do some step then any module like AndroidPermissions or DeviceAccounts for instants throw an error message about missing properties.

Not sure what you mean here, what are you trying to use?

1 Like