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

Usage Error: Unrecognized or legacy configuration settings found #796

Open
ramzieus opened this issue Oct 27, 2023 · 0 comments
Open

Usage Error: Unrecognized or legacy configuration settings found #796

ramzieus opened this issue Oct 27, 2023 · 0 comments

Comments

@ramzieus
Copy link

node 18.16.0
yarn 3.2.1
os ubuntu 22.04.1

Procfile.dev

js: yarn re:watch
vite: bin/vite dev
web: bin/rails s

log

15:15:02 js.1   | started with pid 1388449
15:15:02 vite.1 | started with pid 1388450
15:15:02 web.1  | started with pid 1388451
15:15:03 js.1   | Usage Error: Unrecognized or legacy configuration settings found: production - run "yarn config -v" to see the list of settings supported in Yarn (in <environment>)
15:15:03 js.1   | 
15:15:03 js.1   | $ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] <scriptName> ...
15:15:03 js.1   | exited with code 1
15:15:03 system | sending SIGTERM to all processes
15:15:03 vite.1 | terminated by SIGTERM
15:15:03 web.1  | terminated by SIGTERM

I have this issue only when running foreman start -f Procfile.dev
but when run manually yarn re:watch it's works perfectly

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