강의

멘토링

커뮤니티

Inflearn Community Q&A

shinestone's profile image
shinestone

asked

Node and React series that you can learn by following - Creating a YouTube site

Introduction to the course

npm run dev

Written on

·

277

0

C:\Users\gustj\Desktop\test_runi>npm run dev > react-boiler-plate@1.0.0 dev > concurrently "npm run backend" "npm run start --prefix client" 'concurrently'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.
-어떡하죠-
nodejsreduxmongodbreact

Answer 1

0

'concurrently'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.

라고 되어있는 것을 보니 concurrently 설치가 되어 있지 않아 보이는데 혹시 설치 하신 건가요?

shinestone's profile image
shinestone

asked

Ask a question