First install nodejs, download and install the official website to install directly.
Since node comes with NPM, the NPM command can be used directly.
Open CMD and install express using NPM install -g express-generator.
Then express -e webapp returns to a express project and it is simple.