diff --git a/README.md b/README.md index f1789bd..74716e0 100644 --- a/README.md +++ b/README.md @@ -541,6 +541,17 @@ The path to the directory where you execute `npm install` likely contains spaces, which is not supported by gyp: https://github.com/nodejs/node-gyp/issues/65#issuecomment-368820565. +
#
+ +- `No native build was found for platform=…` + +A pre-built node addon is not available for your system[^1], and the node addon has +not been built from source. gcc, g++, python3, make should be available on your +system to build the tdl's node addon; `npm install` (or `npm ci` or similar) +should be run to execute the building. Also note that, for example, when +building a Docker container, you can't generally just copy the node modules from +the host system. +
#
- `tdjson is already loaded`