Closed rddill-IBM closed 6 years ago
Current implementation fails on node V6 LTS if line 1 is:
var HashTable = require('./build/Release/native').HashTable;
however it works if line 1 is:
var HashTable = require('./build/Release/native.node').HashTable;
Current implementation fails on node V6 LTS if line 1 is:
however it works if line 1 is: