labcodes / django-react-boilerplate

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

Fix/node 16 lts #62

Closed lucianoratamero closed 2 years ago

lucianoratamero commented 2 years ago

How to test:

Description of your solution:

Since there's a new Node LTS version (v16), and it brings a new dependency checker, the js app wouldn't install anymore, because of outdated packages and configs.

This PR: