-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Has PRhelp wantedoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
If a new contributor does npm run test or make test and expects it to work you are greeted with Error: Cannot find module '../lib' because they didn't run make bootstrap. @montogeek
Of course we could be like "You should read the contributing.md, etc" but why not just do it automatically then?
- Basic idea is that these commands should figure out whether the folder in
packages/*/libare empty or not and then runmake build. If it's not bootstrapped properly it should runmake bootstrap.
If we do this right they may not have to do anything other than git clone + npm install?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Has PRhelp wantedoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue