juxt

2017-12-06T13:04:13.000332Z

@jonpither Great to see you again yesterday… This is the error I mentioned I was getting with the Mach example… Not sure if it’s my node/lumo setup or mach; but a colleague had the same problem…

$ mach pad-foo
npm installing left-pad 1.1.3
evalmachine.<anonymous>:98
throw ex;
^

Error: Cannot find module 'left-pad'
    at Function.Module._resolveFilename (module.js:489:15)
    at Function.Module._load (module.js:439:25)
    at Module.require (module.js:517:17)
    at require (internal/module.js:11:18)
    at evalmachine.<anonymous>:8:15
    at evalmachine.<anonymous>:32:43
    at cljs$user$state_machine__4__auto____1 (evalmachine.<anonymous>:53:4)
    at cljs$user$state_machine__4__auto__ (evalmachine.<anonymous>:69:46)
    at cljs$core$async$impl$ioc_helpers$run_state_machine (evalmachine.<anonymous>:90:74)
    at cljs$core$async$impl$ioc_helpers$run_state_machine_wrapped (evalmachine.<anonymous>:93:63)

2017-12-06T13:07:01.000314Z

pwd is inside /mach/examples/npm-left-pad

2017-12-06T13:07:30.000143Z

happy to open an issue for it if it’s not just a personal config issue.

jonpither 2017-12-06T21:13:27.000198Z

Hey @rickmoynihan thanks for this. If you could raise an issue, that would be amazing.