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

Dashboard no such file or directory #4834

Open
vinyll opened this issue Dec 5, 2023 · 1 comment
Open

Dashboard no such file or directory #4834

vinyll opened this issue Dec 5, 2023 · 1 comment
Assignees

Comments

@vinyll
Copy link

vinyll commented Dec 5, 2023

Strictly following the install doc for Mac, the following error occurs at step 16:

➜  cli git:(dev) ./bin/erxes.js dev --deps

Generated ui coreui .env file ....
Installing dependencies in logs .........
yarn install v1.22.19
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.44s.

warning package.json: No license field

node:internal/errors:863
  const err = new Error(message);
              ^

Error: Command failed: cd /Users/me/erxes/packages/dashboard && yarn install
/bin/sh: line 0: cd: /Users/me/erxes/packages/dashboard: No such file or directory

    at ChildProcess.exithandler (node:child_process:412:12)
    at ChildProcess.emit (node:events:513:28)
    at maybeClose (node:internal/child_process:1091:16)
    at Socket.<anonymous> (node:internal/child_process:449:11)
    at Socket.emit (node:events:513:28)
    at Pipe.<anonymous> (node:net:313:12) {
  code: 1,
  killed: false,
  signal: null,
  cmd: 'cd /Users/me/erxes/packages/dashboard && yarn install'
}

Node.js v18.12.1

A workaround is to remove the dashboard from installation by editing configs.json and deleting the following lines:

"dashboard": {
},
@Gaurav453
Copy link

Hey, Can you assign this issue to me?

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

3 participants