errors with npm after purchasing a new computer

I have been trying to get npm up and running since purchasing a new computer. But I am getting a ton of errors when I try to install npm. I have npm installed globally. My old bootcamp created a js-generate command that creates a react js environment for you but when I try to install all the modules I need for it using npm install I get these errors and warnings. After seeing the errors I did try to install python 3 on my computer. The project is on a separate SSD from the boot drive so that might influence things. I installed python 3 on my boot drive.

enter image description here

enter image description here


Solution 1:

It looks like python isnt installed on your machine, you may have to install python to remove this error. You can get the latest version of python from the python website.