nativescript-community / ui-drawer

NativeScript plugin that allows you to easily add a side drawer (side menu) to your projects.
https://nativescript-community.github.io/ui-drawer/
Apache License 2.0
24 stars 12 forks source link

Trying to run readme genereates an error #22

Open bradrice opened 1 year ago

bradrice commented 1 year ago

Mac Ventura 13.3.1

npm run readme

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

sh: lerna: command not found

bradrice commented 1 year ago

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

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

farfromrefug commented 1 year ago

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