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

Missing use of Strict mode #45

Open angeryrohan opened 5 years ago

angeryrohan commented 5 years ago

FIX: Delete node_modules (if there), and update all the packages. npm install to have all the latest dependencies. Remove redundant & deprecated libraries as well for optimal performance.

The current codebase has not been updated with the latest modules and libraries. Using strict mode is mandatory with node. But due to it's unavailability in certain places, the terminal unexpectedly exits, which stops the docker compose. See below.

crash Find this task on my website: http://itsrohan.com/gci/gcitasks