"values.js not available!" problem
AndreaVitale opened this issue · 1 comments
AndreaVitale commented
Trying to use build_browser_lib.js
exception
throw module_name + " not available!";
^
values.js not available!
is fired.
How i can solve this?
JoshData commented
Yeah that was all broken.
I've pushed all-new instructions for building for the browser --- see the README. Be sure to delete any jot.js
file you created from the old instructions first, since that'll mess up module resolution (since it's the same name as the package.)