ui-drawer icon indicating copy to clipboard operation
ui-drawer copied to clipboard

Trying to run readme genereates an error

Open bradrice opened this issue 1 year ago • 2 comments

Mac Ventura 13.3.1

npm run readme

readme lerna run readme && node ./tools/readme.js

sh: lerna: command not found

bradrice avatar May 24 '23 19:05 bradrice

OK, I installed lerna, now I get other errors:

Lerna (powered by Nx) Ran target build.all for project @nativescript-community/ui-drawer

bradrice avatar May 24 '23 19:05 bradrice

You don't need to install lerna. Just running yarn should be enough. Did you init submodules ? (npm run submodules )

farfromrefug avatar May 24 '23 20:05 farfromrefug