Node.js创建Express项目安装express-generator报错
一、在我进行Node.js项目开发时,使用Express框架构建一个Express项目,时报错:
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
原文地址:https://blog.csdn.net/2301_81807150/article/details/143894318
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!