DanteSS
January 19, 2022, 11:29pm
1
Olá.
Estou tentando usar essas dependências abaixo em um app React. Quando tento linkar o app, recebo repeditas vezes o erro Field 'browser' doesn't contain a valid alias configuration:
"react-markdown": "^8.0.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1"
Será um problema relacionado ao builder que estou usando(react)?
O builder react consegue processar dependências externas?
rcmuniz
December 28, 2023, 7:35pm
2
I’m going through the same problem and still haven’t been able to solve it @DanteSS . Did you make any progress on this issue?
Hello!
I looked into some precedents on my end that affected other customers and partners, and some steps that helped resolve this issue were:
1- Run the vtex setup command in the app’s root folder. This will automatically add information from manifest.json to the react/package.json file
2- Delete the yarn.lock / package-lock.json files and run the yarn command again in the root folder and in the react folder