algorithms-exercises icon indicating copy to clipboard operation
algorithms-exercises copied to clipboard

Set minimum node version via .nvmrc

Open ohhheyyyy opened this issue 3 years ago • 1 comments

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

ohhheyyyy avatar Jul 23 '21 17:07 ohhheyyyy

I needed this as well at least node 14 as well. I saw an error using node 10 with flatmap

JackHowa avatar Nov 05 '21 21:11 JackHowa