algorithms-exercises
algorithms-exercises copied to clipboard
Set minimum node version via .nvmrc
Useful when multiple versions of node are in use on a single machine; specifies to learners which node version is required to successfully run npm install
after forking / cloning repo
I needed this as well at least node 14 as well. I saw an error using node 10 with flatmap