atrilabs-engine icon indicating copy to clipboard operation
atrilabs-engine copied to clipboard

Handle `yarn install` failure on `Build & Run`

Open cruxcode opened this issue 2 years ago • 0 comments

Explanation

The yarn install step seems to fail for some users. Some strategies to re-install packages on failure must be provided.

Fix:

If yarn install fails we can delete the node_modules folder so that on the next Build & Run, yarn install runs again.

cruxcode avatar Oct 20 '22 14:10 cruxcode