NodeJS [ERR未找到模块]:无法找到包“express”[已关闭]

hm2xizp9  于 2022-12-03  发布在  Node.js
关注(0)|答案(1)|浏览(334)

**已关闭。**此问题需要debugging details。当前不接受答案。

编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
去年关闭了。
Improve this question
当我使用命令node backend/server.js这样运行服务器时,出现此错误

internal/process/esm_loader.js:74
    internalBinding('errors').triggerUncaughtException(
                              ^

Error [ERR_MODULE_NOT_FOUND]: Cannot find package ' express' imported from C:\Users\HP\Desktop\web\Amazona\backend\server.js
eh57zj3b

eh57zj3b1#

你装快递了吗?
您可以通过NPM进行安装
在您的cmd npm i exress中键入此内容

相关问题