Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.
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?
[X] Yes
[ ] No
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Describe the Bug
After installation with the CLI, users were receiving the following message
This is wrong and we are only supporting
yarn
hence we need to change to correct commands withyarn
Current behavior
Misleading users with the
npm
commandsExpected behavior
Should be aligned with our docs and use
yarn
insteadSteps 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?
Code of Conduct