dopq87915 2017-11-14 11:38
浏览 562
已采纳

我创建一个新的Symfony项目时出现RuntimeException

good afternoon. I'm having trouble creating a new symfony project. When I enter the following command in the terminal:

symfony new mufasa

The terminal return to me the next message:

[RuntimeException]
The selected version (3.3.12) cannot be installed because it does not exist
.
Execute the following command to install the latest stable Symfony release:
/usr/local/bin/symfony new mufasa

I have tried to update the symfony application using symfony self-update but is up to date:

// Symfony Installer is already updated to the latest version (1.5.9).

What can I do to solve this problem?

  • 写回答

1条回答 默认 最新

  • dongxiao_0528 2017-11-14 11:40
    关注

    try this please:

    symfony new mufasa 3.3.11
    

    release 3.3.12 was released some hours ago:

    https://github.com/symfony/symfony/releases

    But there is a similar issue:

    https://github.com/symfony/symfony-installer/issues/141

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?