① NodeJS
Download .msi file from the official website.
https://nodejs.org/en/download
②Python
Download and install the Python package from the official website.
Verify Installation:
node -v //Node.js version checkpython -V python --version //Python version checkNotes for Windows 7:
Download the latest ZIP version for Win7 to use new features such as mjs and fetch.
https://mirrors.cloud.tencent.com/nodejs-release/v18.20.4/node-v18.20.4-win-x64.zip
① Download the ZIP version of Node.js, extract the files, then add the folder path to the system environment variable **Path**.
② If you get the prompt: *"The procedure entry point EventSetInformation could not be located in the dynamic link library ADVAPI32.dll"*
Please update Windows 7 to the latest state and install the patch **KB3080149**. Download link: https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=48636
③ If Node.js reports an operating system incompatibility error, set the environment variable **NODE_SKIP_PLATFORM_CHECK=1** to resolve the issue.