atrilabs-engine
atrilabs-engine copied to clipboard
Handle `yarn install` failure on `Build & Run`
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.