mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Docs: canvas on Windows uses MSVCRT, conflicts with UCRT
This commit is contained in:
parent
9fa516e849
commit
ca22af203f
@ -343,9 +343,12 @@ Module did not self-register
|
|||||||
|
|
||||||
### Canvas and Windows
|
### Canvas and Windows
|
||||||
|
|
||||||
The prebuilt binaries provided by `canvas` for Windows depend on the unmaintained GTK 2, last updated in 2011.
|
The prebuilt binaries provided by `canvas` for Windows
|
||||||
|
from v2.7.0 onwards depend on the Visual C++ Runtime (MSVCRT).
|
||||||
|
These conflict with the binaries provided by sharp,
|
||||||
|
which depend on the more modern Universal C Runtime (UCRT).
|
||||||
|
|
||||||
These conflict with the modern, up-to-date binaries provided by sharp.
|
See [Automattic/node-canvas#2155](https://github.com/Automattic/node-canvas/issues/2155).
|
||||||
|
|
||||||
If both modules are used in the same Windows process, the following error will occur:
|
If both modules are used in the same Windows process, the following error will occur:
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user