BigBrainAFK - So i need to use the V4 PR builds of...
So i need to use the V4 PR builds of sapphire as I sadly require threads to be supported by my bot. Everything works fine using the PR builds locally on my macbook and my local debian test server but somehow on my remote server I get this error
4 Replies
threads are supported in v13, forum channels arent
To address the problem, try deleting your yarn.lock or package-lock.json and nuke node_modules and try installing
was thinking bout forum threads. meant forum posts
found the issue and it was that locally and on the local debian server i tried yarn first and then npm which used the yarn lock from the repo to generate everything. on the production server it was directly yarn and i just forgot to include package-lock.json in the repo
Welp no idea, other than yugen said. Make sure you install with a frozen lockfile (yarn --frozen-lockfile / --immutable / npm ci) on the server too