Closed timkonieczny closed 5 years ago
On some Windows systems globs aren't resolved properly, causing npm install to fail. Converting the globs in binding.gyp to file paths fixes the issue.
npm install
binding.gyp
On some Windows systems globs aren't resolved properly, causing
npm install
to fail. Converting the globs inbinding.gyp
to file paths fixes the issue.