WiseLibs / better-sqlite3

The fastest and simplest library for SQLite3 in Node.js.
MIT License
5.37k stars 394 forks source link

Can't install on Mac when directory contains spaces #1017

Closed Marc-Roig closed 1 year ago

Marc-Roig commented 1 year ago

When trying to install better-sqlite on a mac machine, and my directory path contains a space, I get this error

image

My understanding is that the copyfile command is failing image

Prinzhorn commented 1 year ago

This is documented here https://github.com/WiseLibs/better-sqlite3/blob/master/docs/troubleshooting.md#no-special-characters-in-your-project-path

It has nothing to do with better-sqlite3 and is a limitation of node-gyp outside of our control.