You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I write yarn create vuetify on my powershell, I get the following
yarn create v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "[email protected]" with binaries:
- create-vuetify
'C:\Users\Sohan' is not recognized as an internal or external command,
operable program or batch file.
error Command failed.
Exit code: 1
Command: C:\Users\Sohan Basak\AppData\Local\Yarn\bin\create-vuetify
Arguments:
Directory: F:\CODING\cardinalwords
Output:
info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.
this is likely because the path Contains spaces and vuetify isn't properly escaping the spaces.
The text was updated successfully, but these errors were encountered:
When I write
yarn create vuetify
on my powershell, I get the followingthis is likely because the path Contains spaces and vuetify isn't properly escaping the spaces.
The text was updated successfully, but these errors were encountered: