when installing module on NPM i get this error and i have python 3 installed and ENV path set.
tried to install a NPM module and expected to install
CodePudding user response:
Try 'python'? Reset your path and reload cmd? Maybe ">=3.7" instead of "> =3.7"?
CodePudding user response:
Deleting Python and installing from Microsoft Store somehow fixed my problem.