The Local development environment guide,does not seem to work for me when im building/installing the modules. I have followed the guide, but when building/installing the modules i get the following errors.
I get this error when running “yarn build” : YN0000: The command failed for workspaces that are depended upon by other workspaces; can’t satisfy the dependency graph
➤ YN0000: Failed with errors in 32s 611ms
When installing the modules “yarn” : YN0007: │ root@workspace:. must be built because it never has been before or the last one failed
➤ YN0000: └ Completed in 51s 312ms
➤ YN0000: Failed with errors in 1m 13s
What is your development environment like? ( host os, node version etc )
Also, in these cases, the yarn build has more logs if you scroll up. Would you mind sending the full build log?
Hi @gjedlicska ,
I am using node v21.0.0, i am hosting locally on my Mac (M2 chip).
Here is the build file generated after the build failure: build.log (811 Bytes)
if you have node 20 as your nodejs version set for the project ( or the system ) no matter what the package.json says for node versions, its not going to change the node version for you automatically.