Skip to content

watch command doesn't work #11

@TaherehSharifian

Description

@TaherehSharifian

"server": "npm run watch --prefix server",
"client": "npm start --prefix client",
"watch": "npm run server & npm run client",

I added these three lines of code into my root package.json and when running npm run watch in the terminal, only the server comes up and the client won't start. And I have this warning in the chrome:
VM86:5 crbug/1173575, non-JS module files deprecated.

my node version is 18.17.1

Has anyone else faced this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions