运行nodejs项目报Process finished with exit code 1 错误
Posted liziyou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了运行nodejs项目报Process finished with exit code 1 错误相关的知识,希望对你有一定的参考价值。
在项目中,明明在别人的机子上项目可以运行,但是复制到自己的电脑就无法就无法启动。报Process finished with exit code 1错误,也没提示错误地方。自己倒腾了很久总结了几个解决办法:
1、没有任何错误提示
这是因为你自己本机没有部署插件
在项目的根目录下输入 : npm install
2、提示:Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
没有启动Redis, 去安装Redis目录下启动Redis: redis-server.exe redis.conf
3:提示 [ERROR] console - 连接错误: mongodb://127.0.0.1:27017/project failed to connect to [127.0.0.1:27017](project是你所要连数据库的名称)
没有启动数据库,去你安装的mongodb 的目录下的bin启动mongodb:NET START MongoDB
以上是关于运行nodejs项目报Process finished with exit code 1 错误的主要内容,如果未能解决你的问题,请参考以下文章
tensorflow + GPU运行时崩溃解决 报错Process finished with exit code -1073740791 (0xC0000409)
idea 下flink Process finished with exit code 130
pycharm Process finished with exit code (0xC0000005)
pycharm Process finished with exit code (0xC0000005)