Skip to content
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

can't use minified library standalone #15

Closed
themadcreator opened this issue Jul 23, 2015 · 1 comment
Closed

can't use minified library standalone #15

themadcreator opened this issue Jul 23, 2015 · 1 comment

Comments

@themadcreator
Copy link

I downloaded the minified javascript directly from the site at this url:
http://verbnurbs.com/js/verb.min.js

But, when i require in this library in node, I get a stack like:

Error: Cannot find module 'numeric'
  at Function.Module._resolveFilename (module.js:338:15)
  at Function.Module._load (module.js:280:25)
  at Module.require (module.js:364:17)
  at require (module.js:380:17)
  at Object.<anonymous> (/Users/bdwyer/git/vecdraw/lib/verb.js:2:258)

Also, AFAICT, 'numeric' isn't listed as a dependency in package.json

@pboyer
Copy link
Owner

pboyer commented Oct 18, 2015

Sorry for the late reply on this. numeric is no longer a dependency in 2.0.0. I'll be updating this source very soon.

@pboyer pboyer closed this as completed Oct 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants