Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Problem when installing symfony webapp#54145
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Symfony version(s) affected6.4.* DescriptionWhen I try to install symfony
i get the following error : Script importmap:require returned with error code 1 How to reproducejust run:
Possible SolutionNo response Additional ContextOS: Windows 11 Pro 23H2 build 22631.3155 PHP 8.1.7 (cli) (built: Jun 7 2022 21:45:03) (NTS Visual C++ 2019 x64) Composer version 2.4.1 2022-08-20 11:44:50 npm -v |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 7 comments 9 replies
-
I can't reproduce this issue. Moving to support. |
BetaWas this translation helpful?Give feedback.
All reactions
-
On WSL it works ok. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Here is a video displaying the problem: |
BetaWas this translation helpful?Give feedback.
All reactions
-
This seem to be related to @hotwired/stimulus/ do you have any idea what is going on? |
BetaWas this translation helpful?Give feedback.
All reactions
-
The problem persists! I've updated the Context: OS: Windows 11 Pro 23H2 build 22631.3155 PHP 8.1.7 (cli) (built: Jun 7 2022 21:45:03) (NTS Visual C++ 2019 x64) Composer version 2.4.1 2022-08-20 11:44:50 Please let me know if any other info are nedeed. |
BetaWas this translation helpful?Give feedback.
All reactions
-
The error message was updated:
|
BetaWas this translation helpful?Give feedback.
All reactions
-
Hi@stof. I've disabled my antivirus (Bitdefender total security) but the problem persists! any other ideeas? |
BetaWas this translation helpful?Give feedback.
All reactions
-
I have the same problem on windows 10. I 've tried PHP 8.1.9 and 8.2.16. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
@simplegr do you have any antivirus? |
BetaWas this translation helpful?Give feedback.
All reactions
-
@cosminsandu I disabled the antivirus, still the same. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Same for me - but I want to see if it's only on my side. I managed to bypass this issue by working on WSL .... |
BetaWas this translation helpful?Give feedback.
All reactions
-
BetaWas this translation helpful?Give feedback.
All reactions
-
For us, the problem was SSL inspection on network level. You can adjust the configuration of thehttp_client to fix the problem. Two options:
You can use |
BetaWas this translation helpful?Give feedback.
All reactions
-
I was able to solve this on my local windows / apache setup as follows : Download the certificate from:https://curl.se/ca/cacert.pem In php.ini file, change or add the lines: curl.cainfo = "c:\certs\cacert.pem" |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #54144 on March 04, 2024 10:56.