Fork me on GitHub
#fulcro
<
2019-12-02
>
roklenarcic11:12:36

what’;s the latest way to get a project started from a template with deps?

roklenarcic11:12:37

this stuff changes ever 3 months, I swear

roklenarcic11:12:07

for fulcro is the lein template up to date or do I need to clone fulcrologic/fulcro-template on github?

Piotr Roterski11:12:53

lein template is based on fulcro2.x so it’s outdated and AFAIK fulcrologic/fulcro-template is the official way of starting a new project from template as of now, it’ll probably change once RAD stuff matures

👍 4
roklenarcic13:12:29

thank you

🙏 4
currentoor19:12:17

the fulcro team doesn’t use lein anymore (deps.edn instead now), fulcrologic/fulcro-template has always been kept up to date

roklenarcic20:12:26

funny enough, cloning fulcro-template and running yarn install fails for me

roklenarcic20:12:30

[2/4] 🚚  Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version "6.* || 8.* || >= 10.*". Got "9.11.1"
error Found incompatible module.

tony.kay20:12:55

upgrade node…

roklenarcic20:12:32

wow I didn’t know node had its own separate process for upgrading

roklenarcic20:12:12

I thought npm was all-in-one thing

roklenarcic21:12:57

if you issue a load command and you have multiple remotes defined, does it send the query to all remotes?

Björn Ebbinghaus21:12:54

It will load from :remote

Björn Ebbinghaus21:12:36

But thats not clear from the docs. You can find the code in: com.fulcrologic.fulcro.fulcro.data-fetch:196

roklenarcic21:12:12

aha it’s a key in config map