iamshaunjp / Supabase-Tutorial-for-Beginners

All the course files for the Supabase Tutorial playlist on the Net Ninja YouTube Channel & on Net Ninja Pro
84 stars 136 forks source link

outdated modules #6

Open d3287t328 opened 1 year ago

d3287t328 commented 1 year ago

This project will no longer compile with the package.json file as is and npm update/npm audit fix does not address vulnerabilities.

Brolupyr777 commented 1 year ago

What worked for me is that I ran the following command: npm install --save react react-dom It should update your React and React DOM files from the outdated version. You could also run npm install to install any dependencies that your project will need