const { join } = require('path'); let nativeBinding; try { nativeBinding = require('./ruvector.node'); } catch (error) { throw new Error( 'Failed to load native binding for linux-arm64-gnu. ' + 'This package may have been installed incorrectly. ' + 'Error: ' + error.message ); } module.exports = nativeBinding;