Problem when installing symfony webapp #54145
Replies: 7 comments 9 replies
-
I can't reproduce this issue. Moving to support. |
Beta Was this translation helpful? Give feedback.
-
Here is a video displaying the problem: |
Beta Was this translation helpful? Give feedback.
-
This seem to be related to @hotwired/stimulus/ do you have any idea what is going on? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
The error message was updated:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
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" |
Beta Was this translation helpful? Give feedback.
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) affected
6.4.*
Description
When I try to install symfony
i get the following error :
Script importmap:require returned with error code 1

!!
!! In ErrorChunk.php line 56:
!!
!! SSL certificate problem: certificate has expired for "https://data.jsdelivr.com/v1/packages/npm/@hotwired/stimulus/resolved?specifier=%5E3.0.0".
!!
!!
!! In CurlResponse.php line 315:
!!
!! SSL certificate problem: certificate has expired for "https://data.jsdelivr.com/v1/packages/npm/@hotwired/stimulus/resolved?specifier=%5E3.0.0".
!!
How to reproduce
just run:
Possible Solution
No response
Additional 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)
Copyright (c) The PHP Group
Zend Engine v4.1.7, Copyright (c) Zend Technologies
with Xdebug v3.1.5, Copyright (c) 2002-2022, by Derick Rethans
Composer version 2.4.1 2022-08-20 11:44:50
npm -v
6.14.16
Beta Was this translation helpful? Give feedback.
All reactions