Forum

[Solved] 500 Internal server error – while running yarn command in individual block as well as in src folder. How to resolve it?

0
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
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.

This post was modified 4 months ago by Lps75
This post was modified 3 months ago by Lps75