I’m encountering issues while running the command:
hivemind -p 3020 Procfile.dev
Here are the relevant logs from my terminal:
I’m encountering issues while running the command:
hivemind -p 3020 Procfile.dev
Here are the relevant logs from my terminal:
Hi @hien-p.
Please note the first part of that repo’s README, which states “we do not support the app being run locally”.
Your logs say:
$ postcss ./app/css/packs/**/*.css --dir .built-assets --watch
css | /bin/sh: postcss: command not found
error Command failed with exit code 127.
so I would presume the issues is that postcss is not installed.