Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Updated dependencies to support io.js#6

Open
ngoossens wants to merge 1 commit into
dcodeIO:masterfrom
ngoossens:master
Open

Updated dependencies to support io.js#6
ngoossens wants to merge 1 commit into
dcodeIO:masterfrom
ngoossens:master

Conversation

@ngoossens
Copy link
Copy Markdown

Updated the dependencies (nan & node-arraybuffer [https://github.com/vmolsa/node-arraybuffer/pull/1]) to support building using io.js 2.

Please review.

@zbjornson
Copy link
Copy Markdown

Seems this is also necessary for node 0.12.x. Works for me with that engine.

@ThomWright
Copy link
Copy Markdown

@dcodeIO Any chance you could merge this?

@zbjornson
Copy link
Copy Markdown

@ThomWright if you're using a version of node that has Buffers backed by TypedArrays (e.g. 4.0 and later), you can just access the underlying buffer with Buffer.buffer and make a new array view on that. But, this module is necessary for earlier versions. (Some discussion here.)

@ThomWright
Copy link
Copy Markdown

Thanks, but I'm actually running in the browser (using Browserify), and I was hoping to use this library, but the installation fails trying to install memcpy (npm 3.3.4, node 4.1.0).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants