I am following the symfony fast-track tutorial. and deploy to platform SH is not working?

263 Views Asked by At

In short I have donwloaded a new book on symfony it uses platform.sh but when I run

symfony cloud:project:create --title="Guestbook" --plan=development

The porwershell shows an error

  exec: "C:\\Users\\ulrik\\.platformsh\\bin\\platform": file does not exist

I think I do not have the .platform directory how can I make this command work?

1

There are 1 best solutions below

1
zstolar On

This looks as if the CLI installation was not completed successfully. Try re-installing using the instructions on https://symfony.com/download (Windows, I guess?) and then run the command again.