I’m trying to “Build Your First App” from ionic docs. before that i was install vue (@vue/cli 4.5.10) by
npm install -g @vue/cli
and from step Taking Photos, i got error to generate a service:
ionic g service services/photo
[ERROR] Cannot perform generate for Vue projects.
Since you're using the Vue project type, this command won't work. The Ionic CLI doesn't know how to generate
framework components for Vue projects.
1 post - 1 participant