Git Product home page Git Product logo

Comments (3)

cainus avatar cainus commented on May 26, 2024

Alright... I don't know whether to close this issue or not. I'll leave it up to you.

Installing 0.8.17 from source solves the issue. The MacOSX installer for 0.8.17 (and even 0.8.11) leads to that strange failure.

I'll just install node from source from now on, either way.

Thanks. Great library!

from node-bignum.

petermrg avatar petermrg commented on May 26, 2024

Also fails in node 0.10 (running on Ubuntu 64bit)

Installs OK:

peter@Virtual:~/Dropbox/git/enode$ npm install bignum
npm http GET https://registry.npmjs.org/bignum
npm http 304 https://registry.npmjs.org/bignum

> [email protected] install /home/peter/node_modules/bignum
> node-gyp configure build

make: se ingresa al directorio «/home/peter/node_modules/bignum/build»
  CXX(target) Release/obj.target/bignum/bignum.o
  SOLINK_MODULE(target) Release/obj.target/bignum.node
  SOLINK_MODULE(target) Release/obj.target/bignum.node: Finished
  COPY Release/bignum.node
make: se sale del directorio «/home/peter/node_modules/bignum/build»
[email protected] ../../../node_modules/bignum

But when I try to use it I get an error:

$ node
> var big = require('bignum');
Error: Symbol bignum_module not found.
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)
    at new require (module.js:380:17)
    at Object.<anonymous> (/home/peter/node_modules/bignum/index.js:4:14)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)

from node-bignum.

daviddahl avatar daviddahl commented on May 26, 2024

Same problem here, perhaps this is a node bug?

from node-bignum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.