create-eth-app icon indicating copy to clipboard operation
create-eth-app copied to clipboard

Could not locate a UI framework named "vue"

Open 521qq opened this issue 3 years ago • 0 comments

Bug Description During installation, when execute yarn create eth-app my-eth-app --framework vue command in terminal, it show prompts below:

[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 🔨  Building fresh packages...
success Installed "[email protected]" with binaries:
      - create-eth-app
[#######################################################################] 85/85Could not locate a UI framework named "vue". Please check your spelling and try again.
error Command failed.
Exit code: 1
Command: ************/bin/create-eth-app
Arguments: my-eth-app --framework vue
Directory: **************/projects/testfield
Output:

info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.

521qq avatar May 24 '22 13:05 521qq