[In dire need of help😢] Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'semver' imported from /misskey/packages/backend/built/boot/master.js #14138
Replies: 4 comments
-
Hi devs, update 2023-10-05 16:04:33.100 UTC [88] ERROR: column MiNote.updatedAt does not exist at character 82 |
Beta Was this translation helpful? Give feedback.
-
Update: I manually added this column at the risk of messing up my future db migrations |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
💡 Summary
Hi Devs! I ran a misskey server chat.otter.homes built with docker. I was trying to upgrade it and rebuild the image but the container failed to boot every time. I tried to docker compose --no-cahce several times but it still fails. Thank you again for your kind help 😢
Here's what I did to encounter this issue:
git checkout master
git pull
git submodule update --init
sudo docker compose build
sudo docker compose stop && sudo docker compose up -d
🥰 Expected Behavior
Misskey running smoothly
🤬 Actual Behavior
I encountered this error when trying to up the container.
I tried to delete the node_modules in /misskey/packages/backend/ and reinstall them, but later when I run docker compose build --no-cache the node_modules folder is not being created and I'm not quite sure why.
📌 Environment
Debian Misskey version 2023.9.3
🛰 Backend (for server admin)
Beta Was this translation helpful? Give feedback.
All reactions