-
Notifications
You must be signed in to change notification settings - Fork 400
Open
Description
"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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels