Vtex link fails with a clean install of store-theme
danilopinotti opened this issue · 0 comments
danilopinotti commented
Describe the bug
When I clone store-theme and run vtex link
(with workspace already defined), the console throws an error due reviews-and-ratings
.
To Reproduce
Steps to reproduce the behavior:
- Clone vtex-apps/store-theme
- Checkout branch "master"
- Run
vtex link
command - See error
Expected behavior
The link should be established without any errors.
Desktop (please complete the following information):
- OS: PopOS! 20.04
- Browser: -
- CLI VERSION: vtex/3.0.0 linux-x64 node-v16.13.1
Additional context
When we remove vtex.reviews-and-ratings": "3.x"
from peerDependencies
at manifest.json
, it works.