We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm ci is failing on Ubuntu. It's possible a sync problem between package.json and package-lock.json. Needs further investigation.
npm ci
package.json
package-lock.json
The text was updated successfully, but these errors were encountered:
Actually, it looks like the merge was bad and that npm test is still calling jest. Pointing this back to the native runner should solve the problem.
npm test
jest
Sorry, something went wrong.
jrayback
Successfully merging a pull request may close this issue.
npm ci
is failing on Ubuntu. It's possible a sync problem betweenpackage.json
andpackage-lock.json
. Needs further investigation.The text was updated successfully, but these errors were encountered: