NCIOCPL / drug-dictionary-app

NCI Drug Dictionary Application
2 stars 0 forks source link

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

Closed sarinapadilla closed 1 year ago

sarinapadilla commented 1 year ago

Issue description

This should be setting the engines flag in package.json, and set it to Node 12 and npm 6 (for now). 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 1