Skip to content
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

yarn run build error #3964

Closed
mohit61 opened this issue Jun 28, 2019 · 1 comment
Closed

yarn run build error #3964

mohit61 opened this issue Jun 28, 2019 · 1 comment
Labels

Comments

@mohit61
Copy link

mohit61 commented Jun 28, 2019

yarn run build is giving error

After cloning the react-bootstrap repository, I did yarn yarn run bootstrap then I did yarn run build to compile the code but it give me following error


Building targets: all

Building: commonjs modules
Building: es modules
Building: browser distributable
TypeError: execa.shell is not a function
    at shell (/home/mohit/Desktop/TATTLE/main/shell3-in-1/react-bootstrap/tools/build.js:26:28)
    at step (/home/mohit/Desktop/TATTLE/main/shell3-in-1/react-bootstrap/tools/build.js:37:9)
    at /home/mohit/Desktop/TATTLE/main/shell3-in-1/react-bootstrap/tools/build.js:22:9
    at Object.<anonymous> (/home/mohit/Desktop/TATTLE/main/shell3-in-1/react-bootstrap/tools/build.js:80:17)
    at Module._compile (internal/modules/cjs/loader.js:689:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! react-bootstrap@1.0.0-beta.9 build: `node tools/build.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the react-bootstrap@1.0.0-beta.9 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:```
@mxschmitt
Copy link
Member

Caused by #3952 Feel free to submit a PR if you want. Or if not, just ping us and we will.

@mxschmitt mxschmitt added the bug label Jun 28, 2019
@bpas247 bpas247 closed this as completed in 63d9a8b Jul 8, 2019
bpas247 added a commit that referenced this issue Jul 8, 2019
fix: build step due execa version bump (fix #3964)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants