You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not download curlconverter to avoid build failed
The checksum of the bundled curlconverter can be verified via the
following command:
```
sha256sum \
build/package-generators/curlconverter/curlconverter-4.9.0.tgz \
<(curl -s "$(npm view [email protected] dist.tarball)")
```
The output should be like the following:
```
5730a24feb6a18ab26728f68b304446740269b0e7eb73e4c3592b323cb3ad354 build/package-generators/curlconverter/curlconverter-4.9.0.tgz
5730a24feb6a18ab26728f68b304446740269b0e7eb73e4c3592b323cb3ad354 /proc/self/fd/11
```
0 commit comments