Problem with installation
Hello! I am on a fresh win10 installation with wsl2 and docker desktop. I just tried running the "npx @vue-storefront/cli init" command, and when it asks me to provide a name for magento 2 directory I cant really type that in, the text goes to the line below and when i type something and press enter the installation freezes.
12 Replies
I tried waiting for about an hour after naming it but nothing happened, no images, volumes or containers in docker. My CLI_logs.txt don't contain any usefull info
v16.20.2
🙌 Node.js version is compatible
WARNING: No blkio throttle.read_bps_device support
WARNING: No blkio throttle.write_bps_device support
WARNING: No blkio throttle.read_iops_device support
WARNING: No blkio throttle.write_iops_device support
WARNING: daemon is not using the default seccomp profile
🐳 Docker is installed and running.
I tried switching back to default shell and default font, run wsl in cmd insead of terminal but same thing happens.Hi, can you please give as much system info as you can? I ran the command with wsl and it worked fine. I'm particularly interested in the memory allocated for WSL.
I created a .wslconfig file and allocated 12GB of ram, still the same issue. My system was freshly installed yesterday, done all updates, newest version of wsl2. I am running Ubuntu 22.04.2 LTS, Node version 16.20.2 installed with nvm, yarn installed with npm globally. Ryzen 5 5600X, 32gigs of ram.
Hello, i have errors with the installation
I have this error
i solved the error, but i dont see the products
@vnnndrew_ could you kindly create your own separate ticket? Your problem is different than mine.
sure, sorry
I just tried using earlier version of cli 4.4.2, it let me name my magento 2 directory, downloaded all of the images, created volumes and containers but it failed at the end with error
Thanks for the info @Piecyk . I'll dust off my windows computer and see if I can reproduce the issue. I'll let you know what I find.
Follow this steps to solve the problem: Verify if the products are properly stored in your database or wherever your product information is saved.
Look into the code responsible for fetching and displaying the products. Ensure it's correctly retrieving the product data.
Examine any filters or conditions in your code that might be hiding the products from being displayed on the interface or output.
By examining these aspects, you can pinpoint where the issue might lie and take steps to ensure the products are shown as expected.