Hey everyone I'm trying to learn react js
and I have a problem when I try to write html tags inside js file and based on that I'm trying to install babel cli
here's the problem when I try to do
npm install --save-dev @babel/core @babel/cli:
first of all I got a lot of npm vulnerabilities and when I try to do npm audit fix --force
nothing changes
here's an image.
And beside to that when I check my package-lock-Jason
I find babel dependency
image here.
But even my babel is there in the dependencies it still can't compile the html code.
Please any help I spent a lot of time trying to fix this