You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
package.json
references a main branch version ofnode-pre-gyp
than the modifiedgithub: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 toindex.js
Both
node-pre-gyp
and@mapbox/node-pre-gyp
appear to ignore thefiles
section ofpackage.json
for files to bundle in the package and I'm struggling to find some documentation fornode-pre-gyp
that details how to overcome this.The text was updated successfully, but these errors were encountered: