Thanks so much Agus! This worked perfectly, I think the key was I did not realize the fpm container was where I needed to access a terminal and run all the commands. I was trying from the main WSL console, also tried from the VS Code console which half works but I think a lot of the paths do not map out causing issues. When I wiped my node_modules folder, installed node on fpm per your instructions and installed my dependencies all worked first time! I actually just popped into Docker for Desktop, went to the devkinsta_fpm container and went to the EXEC tab rather than using CMD and bash but all works the same of course. Thanks again!
1 Like