-
Notifications
You must be signed in to change notification settings - Fork 147
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
Type Errors #715
Comments
I ran across this same issue recently, it turned out to be a simple typings mismatch, I was running the lts node series v12.16.1 but I had installed @node/types from the 13.x.x series. I updated my package.json to specify version 12.12.30 of @types/node and the problem went away. |
Thanks @eugeneduvenage , just ran into this myself. |
I'm currently running in to this same issue. Versions:
I tried using node |
@kyleect I had the same issue when using "@types/node": "^14.x.x". Changing the |
I also have a typeerror but i dont know how to solve it:
|
Using gluegun 4.2.0 I get the following errors trying to build my project:
The text was updated successfully, but these errors were encountered: