简体   繁体   中英

Express generator error while running "SET DEBUG=myapp:* & npm start" command

在此处输入图像描述

I created express application using command "npx express-generator --view=ejs myapp", after creating application it asked me to run two commands "npm install" that ran successfully but other command "SET DEBUG=myapp:* & npm start" giving me the error as shown in image. I did search for the same but didnt find solution, so posting here. Please help

For Windows PowerShell, use this command: $env:DEBUG='myapp:*'; npm start

Here is the complete link: https://expressjs.com/en/starter/generator.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM