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

[BUG] sh: line 0: cd: ./src/webui: No such file or directory #123

Open
thisisALPINE opened this issue Nov 9, 2024 · 0 comments
Open

[BUG] sh: line 0: cd: ./src/webui: No such file or directory #123

thisisALPINE opened this issue Nov 9, 2024 · 0 comments

Comments

@thisisALPINE
Copy link

thisisALPINE commented Nov 9, 2024

Description

I'm trying to run npm run dev in the root folder after setting up the Docker container but I receive an error every time.

To Reproduce

Steps to reproduce the behavior:

  1. Run npm run dev

Expected behavior

A clear and concise description of what you expected to happen.

Environment

  • OS: MacOS 12.4

Logs and Configuration

npm run dev

> dev
> concurrently --kill-others npm:tailwind:dev npm:templ:dev npm:go:dev

[tailwind:dev]
[tailwind:dev] > tailwind:dev
[tailwind:dev] > npx tailwindcss -i src/frontend/static/css/input.css -o src/frontend/static/css/style.css --watch
[tailwind:dev]
[go:dev]
[go:dev] > go:dev
[go:dev] > cd src && gow run . -dev
[go:dev]
[go:dev] sh: line 0: cd: src: No such file or directory
[templ:dev]
[templ:dev] > templ:dev
[templ:dev] > cd ./src/webui && templ generate --watch
[templ:dev]
[go:dev] npm run go:dev exited with code 1
--> Sending SIGTERM to other processes..
[templ:dev] sh: line 0: cd: ./src/webui: No such file or directory
[templ:dev] npm run templ:dev exited with code 1
--> Sending SIGTERM to other processes..
[tailwind:dev] npm run tailwind:dev exited with code SIGTERM
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