Sadržaj
NPM CHANGE PYTHON VERSION
WIN Python paths - Laragon
C:\laragon\bin\python\python-3.10 C:\laragon\bin\python\python-2.7.18
NPM and Python
npm config set python C:\laragon\bin\python\python-2.7.18\python.exe npm config set python c:\laragon\bin\python\python-3.10\python.exe npm config set python c:\Python312\python.exe
NVM Commands
https://gist.github.com/chranderson/b0a02781c232f170db634b40c97ff455
NPM WIN Config
npm config set msvs_version 2022
NPM Cache
npm cache clean --force npm cache verify
Node Tools
npm install --global yarn npm install -g bower
Choco Python windows build tools
choco install python visualstudio2022-workload-vctools -y choco install python visualstudio2017-workload-vctools -y