vtex-apps/store-theme

Vtex link fails with a clean install of store-theme

danilopinotti opened this issue · 0 comments

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:

  1. Clone vtex-apps/store-theme
  2. Checkout branch "master"
  3. Run vtex link command
  4. See error

Expected behavior
The link should be established without any errors.

Screenshots
vtex link output
image

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.