0
29/08/2024 5:13 am
Topic starter
500 error while running yarn command in individual block as well as in src folder. How to resolve it?
This topic was modified 4 months ago 2 times by Lps75
1 Answer
0
29/08/2024 5:15 am
Topic starter
The solution for this issue is to run the below command in the src folder
yarn config set registry https://registry.yarnpkg.com
Expert should first check what URL should be used in project based on that he/she should set registry URL.
It can be different based on expert’s project.