cBioPortal / icebox

very low priority issues
0 stars 0 forks source link

`cbioportal-frontend` Documentation Has Outdated Instructions for Installing Package Managers #531

Open justinjao opened 10 months ago

justinjao commented 10 months ago

The current documentation in the README for cbioportal-frontend recommends utilizing Node Version Manager (npm) and Yarn Version Manager (yvm) in the setup instructions. However, this has since become outdated, and the current best practice way of version managing multiple package managers within Node.js is to utilize Corepack.

The documentation should be updated to reflect this practice.