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

Unable to run the app in windows local machine #3122

Open
passionate2023 opened this issue Nov 22, 2022 · 1 comment
Open

Unable to run the app in windows local machine #3122

passionate2023 opened this issue Nov 22, 2022 · 1 comment
Labels
bug Something isn't working [feature] build

Comments

@passionate2023
Copy link

I'm unable to run the app in windows local machine neither build it

C:\Users\admin\Downloads\simplenote-electron-trunk-test\simplenote-electron-trunk>npm run dev
npm WARN config global --global, --local are deprecated. Use --location=global instead.

simplenote@2.21.0 dev
make dev

The system cannot find the path specified.
npm WARN config global --global, --local are deprecated. Use --location=global instead.
[electron] '.' is not recognized as an internal or external command,
[electron] operable program or batch file.
[electron] ./node_modules/.bin/wait-on http://localhost:4000 && node C:\Users\admin\Downloads\simplenote-electron-trunk-test\simplenote-electron-trunk\node_modules@adlk\misty\dist\exec.js --name="electron" --watchDir="./desktop" --cmd="make start NODE_ENV=development DEV_SERVER=true" exited with code 1
[electron] ./node_modules/.bin/wait-on http://localhost:4000 && node C:\Users\admin\Downloads\simplenote-electron-trunk-test\simplenote-electron-trunk\node_modules@adlk\misty\dist\exec.js --name="electron" --watchDir="./desktop" --cmd="make start NODE_ENV=development DEV_SERVER=true" restarted
[electron] '.' is not recognized as an internal or external command,
[electron] operable program or batch file.
[electron] ./node_modules/.bin/wait-on http://localhost:4000 && node C:\Users\admin\Downloads\simplenote-electron-trunk-test\simplenote-electron-trunk\node_modules@adlk\misty\dist\exec.js --name="electron" --watchDir="./desktop" --cmd="make start NODE_ENV=development DEV_SERVER=true" exited with code 1
--> Sending SIGTERM to other processes..
[simplenote] node C:\Users\admin\Downloads\simplenote-electron-trunk-test\simplenote-electron-trunk\node_modules@adlk\misty\dist\exec.js --name="simplenote" --watchDir="undefined" --cmd="make dev-server NODE_ENV=development" exited with code 1
[simplenote] node C:\Users\admin\Downloads\simplenote-electron-trunk-test\simplenote-electron-trunk\node_modules@adlk\misty\dist\exec.js --name="simplenote" --watchDir="undefined" --cmd="make dev-server NODE_ENV=development" restarted
[simplenote] node:events:505
[simplenote] throw er; // Unhandled 'error' event
[simplenote] ^
[simplenote]
[simplenote] Error: spawn sh ENOENT
[simplenote] at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
[simplenote] at onErrorNT (node:internal/child_process:478:16)
[simplenote] at processTicksAndRejections (node:internal/process/task_queues:83:21)
[simplenote] Emitted 'error' event on ChildProcess instance at:
[simplenote] at Process.ChildProcess._handle.onexit (node:internal/child_process:289:12)
[simplenote] at onErrorNT (node:internal/child_process:478:16)
[simplenote] at processTicksAndRejections (node:internal/process/task_queues:83:21) {
[simplenote] errno: -4058,
[simplenote] code: 'ENOENT',
[simplenote] syscall: 'spawn sh',
[simplenote] path: 'sh',
[simplenote] spawnargs: [ '-c', 'make dev-server NODE_ENV=development' ]
[simplenote] }
[simplenote] node C:\Users\admin\Downloads\simplenote-electron-trunk-test\simplenote-electron-trunk\node_modules@adlk\misty\dist\exec.js --name="simplenote" --watchDir="undefined" --cmd="make dev-server NODE_ENV=development" exited with code 1

@passionate2023 passionate2023 added the bug Something isn't working label Nov 22, 2022
@bunnv2
Copy link

bunnv2 commented Oct 16, 2023

any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working [feature] build
Projects
None yet
Development

No branches or pull requests

3 participants