-
-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdn.jsdelivr.net importmap:install ERROR Curl #614
Comments
Hello @gaetanvilleneuve! Can you show your |
Hello! I have the same issue on trying to run multi requests through a http-client (using http proxy).
|
I found a similar problem in rust-lang/cargo#12202. The problem is with That issue suggested ignoring these versions of |
No need to install |
Hello,
i'm using dunglas docker with Symfony 6.4 / php 8.3
And i use importmap / AssetMapper of Symfony (the native "webpack" of symfony)
I have an error while cURL on "cdn.jsdelivr.net" for "@gouvfr/dsfr"package.
Here is my importmap.php :
All package are imported in asset/vendor except : @gouvfr/dsfr/dist/utility/utility.min.css
when i execute :
php bin/console importmap:install
i have this error :I don't understand why
Do you have this error ?
If yes, i don't know how to fix it..
I found just one guys talking about it :
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1965052.html
but it's on a windows local environment
and he speak about php8.2-curl which is not in our php container linux
If i do a
whereis curl
on container it's :usr/bin/curl
so curl is not from php extension (curl.so)
So i tried adding
curl.so
andcurl
intophp-extension-installer
but it doesn't worked.I'm stuck, thanks for your time and your help.
The text was updated successfully, but these errors were encountered: