npm warn deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) changed 10 packages in 2s
二、利用 npx 作为暂时办理方案
npx express-generator --no-view
项目目录
cd 项目目录
npm install
npm start