Express installation failed

1. I first installed the npm package
2. Click the online tutorial to download express-generator (I don"t know what he does)
3. Executing npm install express

still report an error after three steps
then, if you set up a file to install express, this is the error report, and node.js is also reinstalled

after uninstallation.
Mar.29,2021

delete package-lock.json from the project, and then execute

again.
  1. npm cache clean-- force
  2. npm install express-generator-g
  3. npm install express-- save
Menu