lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
jarcane 2018-08-29T20:10:58.000100Z

Hey all! Working on building a CLJS template for Glitch with Lumo, and having trouble figuring out how to work with NPM modules. I seem to be following things right but I get run time errors trying to require things. Like this:

Uncaught Error: Undefined nameToPath for hyperapp
    at visitNode (base.js:1357)
    at Object.goog.writeScripts_ (base.js:1369)
    at Object.goog.require (base.js:706)
    at (index):24
Current code is here, would welcome pointers: https://glitch.com/edit/#!/wise-feet

2018-08-29T21:52:16.000100Z

@jarcane the link you're sending crashes my chrome, but taken into account that I'm compileing nodejs at the moment 😛

2018-08-29T21:53:05.000100Z

is the code somewhere else as well, git?

2018-08-29T21:54:39.000100Z

no works now, in Firefox, who would have guessed

2018-08-29T21:56:47.000100Z

try deleteing

:npm-deps {:hyperapp "1.2.8"}
you're better off just requireing your npm-deps directly than compiling them with closure.