labcodes / django-react-boilerplate

Boilerplate for a Django + React project
41 stars 6 forks source link

Modularize dependencies installation to make nvm optional #65

Open lucianoratamero opened 1 year ago

lucianoratamero commented 1 year ago

People that use different node version managers (n and asdf for example) are currently obligated to install and use nvm for this project. It would be nice to have at least one question to make sure people would like to install it. If they don't, warn them about the current versions and keep installing anyway, assuming everything is already set.