File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,25 @@ This adds the ``bootstrap`` package to your ``importmap.php`` file::
225
225
`package.json configuration file `_. Try to contact the package maintainer to
226
226
ask them to fix those issues.
227
227
228
+ .. tip ::
229
+
230
+ If you get a error like as ``Connection was reset for "https://cdn.jsdelivr.net/npm/...". ``,
231
+ than you can temporaly configure the proxy for connection to the ``jsDelivr `` CDN:
232
+
233
+ .. code-block :: yaml
234
+
235
+ # config/packages/framework.yaml
236
+ framework :
237
+ # ...
238
+ http_client :
239
+ default_options :
240
+ proxy : ' 185.250.180.238:8080'
241
+ # If you use CURL, add extra options:
242
+ extra :
243
+ curl :
244
+ # 61 is value of constant CURLOPT_HTTPPROXYTUNNEL
245
+ ' 61 ' : true
246
+
228
247
Now you can import the ``bootstrap `` package like usual:
229
248
230
249
.. code-block :: javascript
You can’t perform that action at this time.
0 commit comments