Root Cause
When you use nvm to switch node versions, you’re also switching npm versions. If you switch to a new version of node w/ nvm, you will also switch to an unsupported version of npm that will generate a new package-lock file when you npm i.
Solution DescriptionBranched from develop, this adds documentation to the README file on how to use nvm to automatically switch to the correct version of node & npm when building & running the application.
Ticket/Issue: MARKENG-479
Root Cause When you use nvm to switch node versions, you’re also switching npm versions. If you switch to a new version of node w/ nvm, you will also switch to an unsupported version of npm that will generate a new package-lock file when you npm i.
Solution Description Branched from
develop
, this adds documentation to the README file on how to use nvm to automatically switch to the correct version of node & npm when building & running the application.