chronic-care / mcc-project

MCC eCare Plan project planning and documentation
Apache License 2.0
0 stars 1 forks source link

Update node.js version #150

Open drdavec opened 2 years ago

drdavec commented 2 years ago

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.

drbgfc commented 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.

kbertodatti commented 1 year ago

@drbgfc is this done?

drbgfc commented 1 year ago

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.