amilajack / node-disk-utility

Quickly calculate the size of a folder or disk on macOS and Linux
MIT License
30 stars 4 forks source link

node-pre-gyp issues #74

Open msansoni opened 3 years ago

msansoni commented 3 years ago

package.json references a main branch version of node-pre-gyp than the modified github:amilajack/node-pre-gyp#neon-compat that has been previously used for neon package publishing.

Running npm run package on this example project only bundles the native directory. There installing the package fails with no access to index.js build

Both node-pre-gyp and @mapbox/node-pre-gyp appear to ignore the files section of package.json for files to bundle in the package and I'm struggling to find some documentation for node-pre-gyp that details how to overcome this.