adaltas / node-hbase

Asynchronous HBase client for NodeJs using REST

Home Page:https://hbase.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReferenceError: arguments_ is not defined

orossbach opened this issue · comments

Hi,
I do get the following error, when running the example.

/node_modules/hbase/lib/hbase-table.js:16
args = Array.prototype.slice.call(arguments_);
^
ReferenceError: arguments_ is not defined

Can anyone help me out to get this working? I am running the latest node version v0.10.6.

Same here. Tested on node v0.8.6

The version 0.1.0 is ok! Maybe you would use the 0.1.0 version before this bug is fixed.

I wish there was a simple way to know. Versioning is supposed to make these kind of situation non-issues. If there was a bug fix, either a build bump or a bugfix tag (depending how much you hold semver dear to your heart) would have helped make the distinction.

On another node, I do have a standing PR which puts order in this library (at least in the git repo). Perhaps it would be a good idea to merge + bump version + npm release if the PR I made was considered good enough.

Sorry, my fault, and I dont' have much time at the moment (but this module is on my priority list). However, I published a version a week or two ago with this fixed. Feel free to send a pull request.

This is now fixed, all tests are passing with the latest published version