-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bump Frontend dependencies #46
base: master
Are you sure you want to change the base?
Conversation
paulacarneiro
commented
Jul 14, 2022
•
edited
Loading
edited
- Update frontend dependencies
There are some weird errors going on that deploy xD I'll need to call in @davelange as backup to see if he has already encountered |
I'd say this is the guilty error: |
.tool-versions
Outdated
@@ -1,4 +1,4 @@ | |||
nodejs 16.14.0 | |||
nodejs 16.9.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we use one of the newer versions? Like 18 or something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I upgraded to the current version and it failed:
Failed to install node version '18.6.0'
It worked locally, so I'm not sure what the issue is
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe some configuration on Netlify's side specifying an old version?