Open drdavec opened 2 years ago
Thanks, Dave. I'm thinking 16 may be more appropriate (allows for one major version back from the latest and satisfies the create-react-app dependency). This is more of a note to myself as I wrote the above text, but, feel free to chime in.
@drbgfc is this done?
This has not been updated in the package.json so is not done. Although, we are all using node 16+ locally Either way, we should update this in the package so that it is known. I'd sugges tupdating to 16, as above.
package.json specifies "@types/node": "^13.11.0", however create-react-app requires at least 14x and most of us I believe are on 17x. Update this to 17, regenerate the lock file, test, then commit.