-
-
Notifications
You must be signed in to change notification settings - Fork 89
Upgrade react-scripts on the front-end to allow for later versions of node #1324
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
Comments
@spiteless I love how you wrote this issue Just be sure to check off the action items as you complete them so that when someone reviews your PR they know which steps you have or have not completed |
Wanting to note that Node 16 end of life is September 11th, 2023 |
@spiteless I noticed that you moved this into the icebox. What is the blocker that keeps us from working on this? |
At the time the issue was getting to a workable eslint setup. We merged a working version of the upgrade to a higher node version a couple of times but the changes were breaking the dev environment in a way that I was unable to resolve. I’ve since worked on this some more due to the fact that node 14 is being sunset and create-react-app is also no longer the recommended way of starting react projects, but I wanted to make sure that there weren’t lingering issues. The VRMS/vite branch fixes this ticket, but the devs need to talk as a group on whether using vite as a build tool is appropriate for VRMS. |
Thanks for the update @spiteless ! If there is time during the call tonight, could we discuss this with the devs? |
Closing as unplanned, Vite will take care of this |
Uh oh!
There was an error while loading. Please reload this page.
Update: Need to resolve error
Error when applcation hot rebuilds during development:
Overview
We would like to use later versions of node, currently the frontend doesn't build unless we use node 16. The application won't build in node 17+ because of an SSL change that fixed a security vulnerability.
This issue has been around since #756
Stack Trace
Upgrading react-scripts allows the the VRMS app to use later verions of node, while also closing closing a potential security vulnerabiltiy.
Action Items
Resources/Instructions
The text was updated successfully, but these errors were encountered: