Hello,
My goal is migrate project from v6.0.17 to v6.2.
I try to install fresh F7 Vue project, and then move old project to it.
My steps:
-
yarn global remove framework7-cli
-
yarn global add framework7-cli
-
framework7 create --ui
-
yarn start
I got an error:
-
Then I run:
yarn add @vue/compiler-sfc --dev
and error disappears, fresh F7 Vue project works fine. -
Then I start to migrate project (F7 Vue v6.0.17) files.
And I god this error:

Can you help me to solve this issue? May be my installation is not correct?