Getting error while installing Vue-storefront by using CLI
Hi,
I am following VSF documentation to install it locally by using cli command
but the cli command ends with following error:
OS: Ubuntu 22.04
Node version: 16.20.0
npm vesion: 8.19.4
yarn version: 1.22.19
16 Replies
Hi @Tajveez π , do you have docker installed?
yes i do.
Docker version 20.10.21, build 20.10.21-0ubuntu1~22.04.3
docker-compose version 1.29.2, build unknown.
I tried CLI with installing magento2 docker error as well but it gave permission error so i installed magento2 docker manually.
If you already installed magento manually, then select "no" when prompted to install magento locally.
Otherwise, can you please take a look at the logs created
Hi @skirianov , yes i am selecting no to install Magento locally.
Following text is from
CLI_logs.txt
Is it all? π€
yeah
hmm...okay, let me look into it π
I'll update you on GH issue
@Tajveez did you run
cat CLI_logs.txt
?no opened with text editor. but same in cat command.
from error text it seems the script is using
rmdir
command to delete file .env.example
which fails because .env.example
is a file not a directory.yeah, I'm taking care of that @Tajveez - soon will push a fix
can you try to run
npx @vue-storefront/[email protected] init
?
I just published release candidate packagelet me check.
it worked!!! Thanks guys
awesome! Releasing the patch then thanks!
i have same issue while installing project from documentation. Please help.
Node.js version - 16.14
Hey @Bekss thatβs not the same error. Please create a new question and we will try to help