-
-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail building the project: Cannot find multiple modules #591
Comments
Hi! In order to build the project you have to run the bootstrap command as well. We use lerna to orchestrate the packages |
Thanks a lot @ematipico ! That's the missing piece I'm looking for. Would it be better to mention it in the CONTRIBUTING.md? Otherwise it seems misleading for newcomers. |
Totally legit! Feel free to send a PR if you want :) |
Sure. I'll send a PR for this. |
I used the wrong email to commit so I reopen another one. The cla bot informs me that I have to sign the CLA first. But the link it gives doesn't work. |
It does work for me |
Don't know why it fails. I use some proxy and it finally works. Could you please help to review my PR? @ematipico |
I'm new to webpack-cli and clone this project to build locally.
Describe the bug
I follow the instruction in CONTIBUTING.md and run the following.
Everything works well and no errors.
Then I run
yarn test
to make sure everything is installed well. Then theTS2307 error: Cannot find module
comes out.What is the current behavior?
I just paste some of the first missing modules here, but the list is a lot longer.
To Reproduce
Just follow the CONTIBUTING guide to setup the project using yarn as I listed before.
Additional context
node version: 8.12.0
yarn version: 1.7.0
npm version: 6.4.1
The text was updated successfully, but these errors were encountered: