booster icon indicating copy to clipboard operation
booster copied to clipboard

Prerequisities for getting started with code are not complete

Open vomaksh opened this issue 3 years ago • 0 comments

Documentation bug, improvement

Description

In Getting Code section, the prerequisites required for running the code are not complete. For example:

  • lerna bootstrap will fail if rimraf package isn't globally installed
  • lerna run compile will fail if typescript package isn't globally installed
  • lerna run test wil fail if nyc package isn't globally installed

vomaksh avatar Jan 22 '22 13:01 vomaksh