-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: npx @vue-storefront/cli generate store doesn't generate a store #6931
Comments
Hi @johnsmithodom ๐ , Can you please elaborate on what happens when you run the command? I just tried it and it did create a store for me. are you getting errors of any kind? |
The current env. a is a bit different than before. but still not sure why can't create store.
|
Hi @johnsmithodom , Can you please give the output you see when you run |
root@1add90:~# npx @vue-storefront/cli VERSION USAGE TOPICS COMMANDS |
Describe the Bug
npx @vue-storefront/cli generate store doesn't generate a store to yarn/ yarn dev to start with
Current behavior
root@vps:
# npx @vue-storefront/cli generate store# cd yes/โ Welcome to Vue Storefront 2 CLI! ๐
โ
โ ๐ What's your project name?
โ yes
โ
โ โ๏ธ Choose an integration template:
โ Spree
โ
โ ๐ Node.js version is compatible
โ
โ ๐ Vue Storefront project has been generated
โ
โ ๐ Dependencies have been installed successfully
โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ Project is conifugred. โ
โ If you want more advanced configuration go to the โ
โ https://docs.vuestorefront.io/spree/ to learn how to do it. โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
โ
โ To start working with the project, cd into project directory:
โ
โ cd yes
โ
โ Start the project using this command:
โ
โ yarn dev
โ
โ
โ
โ Happy coding! ๐
root@vps:
root@vps:
/yes# yarn dev/yes#00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'dev'
root@vps:
root@vps:
/yes# yarn/yes#00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one.
root@vps:
Expected behavior
Step 2: Install dependencies
Step 3: Configure the project
Step 4: Start the project
Steps to reproduce
No response
What version of Vue Storefront are you using?
2
What version of Node.js are you using?
v16.13.0
What browser (and version) are you using?
firefox
What operating system (and version) are you using?
Ubuntu 22.04.1 LTS
Relevant log output
No response
Able to fix / change the documentation?
Code of Conduct
The text was updated successfully, but these errors were encountered: