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

Circle CI Build Failure #136

Closed
wesdevpro opened this issue Sep 29, 2023 · 2 comments · Fixed by #135 or #137
Closed

Circle CI Build Failure #136

wesdevpro opened this issue Sep 29, 2023 · 2 comments · Fixed by #135 or #137
Assignees
Labels
bug Something isn't working

Comments

@wesdevpro
Copy link
Member

The Error

error teeny-request@7.1.1: The engine "node" is incompatible with this module. Expected version ">=10".
error An unexpected error occurred: "Found incompatible module".

teeny-request@7.1.1 is a dependency used by codecov@3.1.0

Does anyone know what this dependency is used for?

@wesdevpro wesdevpro linked a pull request Sep 29, 2023 that will close this issue
@wesdevpro wesdevpro self-assigned this Sep 29, 2023
@wesdevpro wesdevpro added the bug Something isn't working label Sep 29, 2023
@gmercey
Copy link
Contributor

gmercey commented Sep 29, 2023

I cannot reproduce the issue on my local machine but I guess we could bump the engine node version to 10 or higher?

nuxt-buefy/package.json

Lines 45 to 47 in 923ce8f

"engines": {
"node": ">=8.0.0"
}

@wesdevpro
Copy link
Member Author

I'm not sure if you will be able to reproduce this on your local.
image
I get this error from CircleCI. I'll have to do some more digging when I have some more time later before we bump node versions.

wesdevpro added a commit that referenced this issue Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Completed ✅
2 participants