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.
Current Behavior
While installing the project, a dependency to font awesome is missing, therefore breaking the
yarn install
buildHow 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 themanifest.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