Webpack-cli: yarn bootstrap command is not found.

Created on 1 Mar 2021  路  3Comments  路  Source: webpack/webpack-cli

Describe the bug
running yarn bootstrap resulting in error Command "bootstrap" not found..

What is the current behavior?
resulting in error error Command "bootstrap" not found.

To Reproduce
Steps to reproduce the behavior:

  • clone the repo
  • run yarn install
  • run yarn bootstrap

Expected behavior
Bootstrap all the submodules before building for the first time

Screenshots
Screenshot 2021-03-01 at 6 53 10 PM

Please paste the results of webpack-cli info here, and mention other relevant information
node version: 12.14
Additional context

I am following contribution guideline.

Bug

All 3 comments

I see the bootstrap script is not present in package.json anymore. I am looking into it.

You can run lerna bootstrap, no need command for this

Yes, run yarn lerna bootstrap or lerna bootstrap (if lerna is available globally)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

r00nscapenab picture r00nscapenab  路  4Comments

anyulled picture anyulled  路  4Comments

RobotnickIsrael picture RobotnickIsrael  路  5Comments

AjayPoshak picture AjayPoshak  路  5Comments

billyjanitsch picture billyjanitsch  路  3Comments