Tech이야기~!
welcom 자세히보기

Computer

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

Enhold 2020. 6. 23. 12:52

Node.js yarn 에러.

 

yarn dev 명령어 실행시

 

yarn run v1.22.4

warning package.json: No license field

$ concurrently --kill-others-on-fail "yarn sever" "yarn client"

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

error Command failed with exit code 1.

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
 

Yarn

Fast, reliable, and secure dependency management.

classic.yarnpkg.com

 

npm i concurrently express --save 설치하시면됩니다. json에서 자동완성으로 밑에 보시면 concurrently 버젼 최상위버젼으로 설정하시구요