<baris>
I talk to computers all day. Sometimes they talk back
👋Hey chatgpt, I am a co-founder of NodeBB!
- 6 Posts
- 8 Comments
<baris>@community.nodebb.orgto NodeBB Development@community.nodebb.org•NodeBB v4.3.0 — Remote Categories are a go!1·2 个月前Try removing package-lock.json as well see what happens.
npm r eslint-config-airbnb-base npm r eslint-config-nodebb rm package-lock.json rm -rf node_modules/ npm i
<baris>@community.nodebb.orgto NodeBB Development@community.nodebb.org•NodeBB v4.3.0 — Remote Categories are a go!1·2 个月前What happens when you try the below
npm r eslint-config-airbnb-base npm r eslint-config-nodebb rm -rf node_modules/ npm i
<baris>@community.nodebb.orgto NodeBB Development@community.nodebb.org•NodeBB v4.3.0 — Remote Categories are a go!1·2 个月前Do you have
eslint-config-airbnb-base
in your package.json? We don’t use that dependency anymore so it shouldn’t be in package.json.
<baris>@community.nodebb.orgto NodeBB Development@community.nodebb.org•NodeBB v4.3.0 — Remote Categories are a go!1·2 个月前Those having an issue with eslint, can just remove the node_modules folder in their nodebb folder and run
./nodebb upgrade
again.
<baris>@community.nodebb.orgto NodeBB Development@community.nodebb.org•NodeBB v4.0.0 — Federate good times, come on!1·5 个月前@wall_e@ioc.exchange This is done now, consecutive shares are merged.
<baris>@community.nodebb.orgOPto NodeBB Development@community.nodebb.org•Caches used in NodeBB1·5 个月前The ttl should be in milliseconds, so try 600000.
You don’t need await on
cache.set
since it is not async function. If you don’t set a ttl it will stay in the cache. It will be removed if there is no space left and the key wasn’t used recently.
<baris>@community.nodebb.orgOPto NodeBB Development@community.nodebb.org•NodeBB 2.8.17 & 3.3.5 Security Releases1·3 个月前@FrankM the issue with our package manager should be fixed now, can you try again?
julian said in Topic thumbnails, uploads, and media display: > Perhaps the media row is best used to showcase topic thumbnails and post attachments only (not inlined media.)
This makes sense I think :think: