-
Notifications
You must be signed in to change notification settings - Fork 256
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
build fails due to new yargs-parser dependency update #378
Comments
This is strange, on CI build works, incl. my dev env.. any idea what's changed? |
I've created a PR with the changes 604063d, it seems yargs-parser now can return |
Are you using yarn or npm to install, because we have no |
you are right! |
I mean, it would be great to have this fixed to work in both |
When you run
yarn build
it will throw the following error:This is caused by the new version of
yargs-parser
-> "^21.0.0"This file should be changed in order to comply with the new types.
The text was updated successfully, but these errors were encountered: