WTFAcademy/WTF-zkSync

`yarn install` permissions issue

Closed this issue · 1 comments

when doing yarn install for the DAPP tutorial I was getting permission issues and it wouldn't install. First time got
error Error: EROFS: read-only file system, mkdir '/path/WTF-zkSync/07_DAPP/template/node_modules/@babel'

second time I got

error Error: EROFS: read-only file system, mkdir '/path/WTF-zkSync/07_DAPP/template/node_modules/@aashutoshrathi'

Did npm install instead and it seemed to work

fixed in #44