Hi community,
during setup my first VSF-Next project, I am facing the problem that a yarn install
ist not working after the initial ‘yarn install
’.
Steps to repeat:
- clone https://github.com/DivanteLtd/vue-storefront.git
- switch to ‘next’ branch
-
yarn install
--> This runs fine without errors -
lerna add js-cookie --scope @vue-storefront/commercetools-theme
--> gives me the following error:
error An unexpected error occurred: "EEXIST: file already exists, symlink '../../../../core/nuxt-theme-module' -> '/mnt/d/commercetools/DCE/vue-storefront_NEXT/packages/commercetools/theme/node_modules/@vue-storefront/nuxt-theme'".
The same happens when I use yarn add <dependency>
within the desired package (commercetools-theme) directly.
In fact, yarn install
only works after a clean cloning of the repository.
What is going wrong here? I am using Ubuntu within Windows Subsystem for Linux (WSL).
Thanks in advance,
Alexander