You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
npm run dev
Expected behavior
A clear and concise description of what you expected to happen.
Environment
Logs and Configuration
The text was updated successfully, but these errors were encountered: