[Bug]: wrong installation instructions in the CLI
skirianov opened this issue · comments
Describe the Bug
After installation with the CLI, users were receiving the following message
To finish the installation, run the following commands:
cd vsf-magento-playground
npm install
Then, go to the https://docs.vuestorefront.io/magento/ to learn how to configure the project.
Once finished, you can start the project using this command:
npm run dev
This is wrong and we are only supporting yarn
hence we need to change to correct commands with yarn
Current behavior
Misleading users with the npm
commands
Expected behavior
Should be aligned with our docs and use yarn
instead
Steps to reproduce
Follow the installation documentation:
npx @vue-storefront/cli generate store
Select the integration
Get the final message after installation
What version of Vue Storefront are you using?
CLI 3.0.1
What version of Node.js are you using?
16.17.1
What browser (and version) are you using?
Chrome
What operating system (and version) are you using?
macOS
Relevant log output
No response
Able to fix / change the documentation?
- Yes
- No
Code of Conduct
- I agree to follow this project's Code of Conduct
Fixed and merged. Closing issues.