node-base64 icon indicating copy to clipboard operation
node-base64 copied to clipboard

A base64 encoding and decoding C++ module for node.js that actually works! (node now has it's own base64 encoding, see docs!)

Results 9 node-base64 issues
Sort by recently updated
recently updated
newest added

Hi Team, When I try to install npm in my local, node-gyp rebuild fails continuously. Kindly suggest.

Failed during nodegyp rebuild: ``` sh make: *** [Release/obj.target/base64/base64.o] Error 1 gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit...

I was using this problem, but then got problems as soon as I started to use a newer version of Node. The following code can replace this module: ``` javascript...

``` bash { manet } » npm install /cygdrive/c/Users/vbauer/Documents/workspace/js/manet 8 > [email protected] install C:\Users\vbauer\Documents\workspace\js\manet\node_modules\base64 > node-gyp rebuild %{)g[blue]%}{ %c } \ %{)g[green]%}node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild gyp npm ERR! [email protected] install:...

Can not be installed on heroku server ``` -----> Fetching custom git buildpack... done -----> Node.js app detected PRO TIP: Specify a node version in package.json See https://devcenter.heroku.com/articles/nodejs-support -----> Defaulting...

We package our nodejs apps for deployment. The paths of the apps are different between build server and production servers. Using relative path symlink gives us more flexibility. I don't...

Hello pkrumins! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...

Hi, I'd expect base64 to return a buffer when fed a buffer rather than a string, but this behaviour should be optional via a flag or parameter. I don't know...