-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Better setup #5299
Copy link
Copy link
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
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
If a new contributor does
npm run testormake testand expects it to work you are greeted withError: Cannot find module '../lib'because they didn't runmake bootstrap. @montogeekOf course we could be like "You should read the contributing.md, etc" but why not just do it automatically then?
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?