turborepo questions
Unanswered
European hornet posted this in #help-forum
European hornetOP
Hi guys, im trying to build and run any task based on dependency order,
for example
app1 depends on pkg1
pkg1 depends on pk2 and pk3
pk4 depends on pk4
for the moment when i run the stuff in parallel just get crazy and getting module not found due that is not working in the specific order, is there a way to sort it ?
for example
app1 depends on pkg1
pkg1 depends on pk2 and pk3
pk4 depends on pk4
for the moment when i run the stuff in parallel just get crazy and getting module not found due that is not working in the specific order, is there a way to sort it ?
6 Replies
European hornetOP
@joulev moved my question to here, hope is better now
screenshot of error
or in text w codeblocks
European hornetOP
sorted, seems to be that when we use --watch is not compatible with the dependency tree
due that the processes are persistent