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

Installation fails due to postinstall command #264

Closed
jacobmllr95 opened this issue May 22, 2019 · 2 comments
Closed

Installation fails due to postinstall command #264

jacobmllr95 opened this issue May 22, 2019 · 2 comments

Comments

@jacobmllr95
Copy link

The installation of eslint-plugin-jest v22.6.0 fails due to the postinstall command introduced in #257 which tries to compile files with babel.

[4/4] Building fresh packages...
error /root/project/bootstrap-vue/node_modules/eslint-plugin-jest: Command failed.
Exit code: 1
Command: yarn build
Arguments: 
Directory: /root/project/bootstrap-vue/node_modules/eslint-plugin-jest
Output:
yarn run v1.13.0
$ babel --extensions .js,.ts src --out-dir lib
/bin/sh: 1: babel: not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Exited with code 1
@jacobmllr95
Copy link
Author

Duplicate of #263.

@simoneb
Copy link

simoneb commented May 22, 2019

same here. our CI started failing right away

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants