node.js 启动报错:Error: Cannot find module 'express' 解决方法

1、报错

2、解决方法:

npm clean cache

npm install express --save

3、再次执行node

posted @ 2022-03-24 18:01  盘思动  阅读(1148)  评论(0)    收藏  举报