We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Able to use docker for development by running npm run dev
npm run dev
Getting error message
Cannot find module '/misskey/packages/backend/built/index.js' at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }
["npm", "run", "migrateandstart"]
["npm", "run", "dev"]
Note: Misskey can start sucessfully with CMD ["npm", "run", "migrateandstart"].
Misskey version: 12.119.2 Your OS: Debian Your browser:
The text was updated successfully, but these errors were encountered:
triage: this is fixed in earlier than #14235, see https://github.com/misskey-dev/misskey/blob/ec1c392f1e409e707ba81dfcd45112efb418c7aa/CONTRIBUTING.md#use-docker-compose
Sorry, something went wrong.
No branches or pull requests
💡 Summary
🥰 Expected Behavior
Able to use docker for development by running
npm run dev
🤬 Actual Behavior
Getting error message
📝 Steps to Reproduce
["npm", "run", "migrateandstart"]
to["npm", "run", "dev"]
Note: Misskey can start sucessfully with CMD
["npm", "run", "migrateandstart"]
.📌 Environment
Misskey version: 12.119.2
Your OS: Debian
Your browser:
The text was updated successfully, but these errors were encountered: