当前位置:网站首页>Error: Cannot find module ‘./application‘
Error: Cannot find module ‘./application‘
2022-08-09 10:50:00 【天T.】
1.到项目文件夹下,(可以先备份一下项目以防万一)删除node_modules文件和package-lock.json文件。注意不是package.json(如果删不掉,看下项目是不是打开了,关了再试试)
2.在项目下运行npm install,
3.再次运行nodemon index.js
问题得到解决。运行结果如下:
边栏推荐
- 依赖注入(Dependency Injection)框架是如何实现的
- caffe ---make all编辑出错
- 实测办公场景下,国产远程控制软件的表现力如何?(技术解析)
- unix环境编程 第十四章 14.4 I/O多路转接
- Unix Environment Programming Chapter 15 15.3 Functions popen and pclose
- [Original] Usage of @PrePersist and @PreUpdate in JPA
- unix环境编程 第十五章 15.7消息队列
- For versions corresponding to tensorflow and numpy, report FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecate
- 使用cpolar远程连接群晖NAS(创建临时链接)
- VBA实战(11) - 工作表(Sheet) 操作汇总
猜你喜欢
随机推荐
Cpolar内网穿透的面板功能介绍
商业技术解决方案与高阶技术专题 - 数据可视化专题
Tensorflow realize parameter adjustment of linear equations
MySQL外键在数据库中的作用
caffe ---make all editing error
RPN principle in faster-rcnn
15.8 the semaphore Unix environment programming chapter 15
研发需求的验收标准应该怎么写? | 敏捷实践
备份mongodb数据库(认证)
支付宝小程序的接入
情感分析SowNLP词库
tensorflow和numpy对应的版本,报FutureWarning: Passing (type, 1) or ‘1type‘ as a synonym of type is deprecate
unix环境编程 第十五章 15.6 XSI IPC
unix环境编程 第十五章 15.9 共享存储
tensorflow实现线性方程的参数调整
【原创】解决阿里云oss-browser.exe双击没反应打不开,提供一种解决方案
CSDN的markdown编辑器语法完整大全
解决1.tensorflow运行使用CPU不使用GPU 2.tensorflow环境下的GPU版本号 3.tensorflow和cuda以及cudnn版本对应问题 4.查看cuda和cudnn版本
Multi-merchant mall system function disassembly 26 lectures - platform-side distribution settings
1008 Elevator (20分)









