scorelab / OpenIoE

Open-source middleware platform for building, managing, and integrating connected products with the Internet of Everything.
Apache License 2.0
24 stars 42 forks source link

[Bug] Errors encountered in running process #46

Open Kalyan3578 opened 5 years ago

Kalyan3578 commented 5 years ago

After successfully completing the installation part for the program, when I executed docker-compose up in ~/OpenIoE/rest_api/src/main/docker I found these two errors in the output:

Error #1

5

This error appeared in the middle of the process, although it continued after. It might not be major but it would nice to clear all the minor errors to have a clean process.

Error #2

6

This error terminated the process. I can guess it's something about nodejs. I'd like to know how to fix this error so that the process can run without any flaws.