NCIOCPL / clinical-trials-search-app

Clinical Trial Search Front-end
1 stars 6 forks source link

Lock the node and npm versions in package.json #591

Closed seyilonge-nci closed 1 year ago

seyilonge-nci commented 1 year ago

Issue description

The node and npm engine versions should be locked down to specific versions v14.17.3 and v6.14.17 respectively.

This should be set in the engines flag in package.json, and set it to 14.17.3 for node and npm 6.14.17 for npm. Setting this will set us up for being able to update to Sass and update the node/npm versions. Create .nvmrc file to say "use this version of node" See https://github.com/nvm-sh/nvm#nvmrc

ESTIMATE 2