Run Nodejs Project report process finished with exit code 1 error

Source: Internet
Author: User
Tags install redis

In the project, obviously on someone else's machine on the project can run, but copied to their own computer will not be able to start. The report process finished with exit code 1 error, and no indication of the wrong place. I daoteng for a long time summed up a few solutions:

1. No error message

This is because you didn't deploy the plug-in yourself.

In the project's root directory, enter: npm Install

2, Hint: Error:redis connection to 127.0.0.1:6379 Failed-connect econnrefused

No Redis started, go to install Redis directory start Redis: redis-server.exe redis.conf

3: Prompt [ERROR] console-Connection error: Mongodb://127.0.0.1:27017/project failed to connect to [127.0.0.1:27017] (project is what you want to even data The name of the library )

Do not start the database, go to the bin of your installed MongoDB directory to start MongoDB:NET start MongoDB

Run Nodejs Project report process finished with exit code 1 error

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.