I’m trying to help fix an issue in the codebase. Unfortunately I don’t seem to be able to setup the project correctly. I’ve been following the steps for installing from source without any issue and reach the step where I run yarn setup. This runs without issue until it reaches ember build where it will just hang.
Triage:
Left it running for a day just to make sure it wasn’t just being super slow
Running the tasks individually on a fresh clone
Adding -v flags where I can in the hopes of surfacing something
Made sure that all the ember-cli dependencies are 100% met
Version: Master branch
Configuration: Install from Source
Error:
This sounds like an issue with watchman. Do the commands watchman version (note that this is different to watchman -v) and watchman watch-list work for you?