DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 22 forks source link

Missing dependency to font awesome #192

Closed tdutrion closed 5 years ago

tdutrion commented 5 years ago

Current Behavior

While installing the project, a dependency to font awesome is missing, therefore breaking the yarn install build

How to reproduce scenario

Install the project from scratch. When doing the make install the node command will silently fail. Then a webpack encore exception saying that the manifest.json does not exist will be displayed when running the project.

Expected behavior

Installation goes well, no error when looking at the node service's logs. No error while running the app either.

Possible solutions

Add font awesome to the node dependencies.

MSYS_NO_PATHCONV=1 docker run --rm -v "`pwd`":/code -w /code node:11 yarn add --dev font-awesome