Fork me on GitHub
#juxt
<
2017-12-06
>
rickmoynihan13:12:13

@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)

rickmoynihan13:12:01

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

rickmoynihan13:12:30

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

jonpither21:12:27

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