JedWatson / sydjs-site

SydJS Meetup Website
MIT License
535 stars 225 forks source link

Exit with code 243 #143

Closed mokuzuu closed 5 years ago

mokuzuu commented 5 years ago

Hello.

I tried to use concurrently for node & react project, however, it does not work with code 243.

user@user:~/Personal_Project/mern_practice$ npm start
test_1@1.0.0 start /home/user/Personal_Project/mern_practice
 concurrently "cd backend && node server.js" "cd client && npm start"
[1] cd client && npm start exited with code 243

In root directory, there are two sub directories, which are client (React) and server (node.js). I made sure that each of sub directory runs fine respectively, but it does not work if I tried to run at same time with concurrently.

msimpsondev commented 5 years ago

okay, so what was the issue?

msimpsondev commented 5 years ago

I'm having the same problem and it's driving me up a fucking wall