简体   繁体   English

在节点中找不到模块“express”

[英]Cannot find module 'express' in node

Cannot find module 'express' in server side.在服务器端找不到模块“express”。错误

the express package is not found in local node_modules packages在本地 node_modules 包中找不到 express package

try add it with尝试添加它

npm i express

Always note to use npm i when ever you clone into the server to install missing packages.当您克隆到服务器以安装缺少的软件包时,请务必注意使用npm i

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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