Skip to content

Problem installing in a directory with a non ASCII name

Eugene Lazutkin edited this page Mar 24, 2026 · 1 revision

Non-ASCII directory names can cause node-gyp build failures (#60). This is a node-gyp limitation that affects most native Node extensions. Rename the directory to use only ASCII characters.

Clone this wiki locally