Skip to content
New issue

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

missing module 'chalk' #24

Open
10ked opened this issue Feb 7, 2024 · 0 comments
Open

missing module 'chalk' #24

10ked opened this issue Feb 7, 2024 · 0 comments

Comments

@10ked
Copy link

10ked commented Feb 7, 2024

yeah i get this error when i try to build or run magiclauncher:
npm run dev

dayzmagiclauncher@0.1.4 dev
node .electron-vue/dev-runner.js

node:internal/modules/cjs/loader:1147
throw err;
^

Error: Cannot find module 'chalk'
Require stack:

  • /mnt/disk/Downloads/dayzmagiclauncher-0.1.4/.electron-vue/dev-runner.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
    at Module._load (node:internal/modules/cjs/loader:985:27)
    at Module.require (node:internal/modules/cjs/loader:1235:19)
    at require (node:internal/modules/helpers:176:18)
    at Object. (/mnt/disk/Downloads/dayzmagiclauncher-0.1.4/.electron-vue/dev-runner.js:3:15)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Module._load (node:internal/modules/cjs/loader:1023:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    '/mnt/disk/Downloads/dayzmagiclauncher-0.1.4/.electron-vue/dev-runner.js'
    ]
    }

Node.js v20.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant