-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brorand.Rand is not a constructor, throw (exception) error #10
Comments
|
yes |
I just run this command with const { Rand } = require('brorand')
const r = new Rand() |
cloned again from repo,
npm test : DONE
|
OK, my steps:
> mocha --reporter=spec test/**/*-test.js
Miller-Rabin
✓ should test number for primality (726ms)
1 passing (729ms) ¯\_(ツ)_/¯ |
npm version : 5.10.0
node version : 8.9.4
phantomjs version : 2.1.1 (binary created from source code)
Facing below issue on Power RHEL and X86 Ubuntu also while npm run test:
NOTE: Updated packages to latest version from package.json to solve errors while doing npm install.
The text was updated successfully, but these errors were encountered: