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.
npm i concurrently express --save 설치하시면됩니다. json에서 자동완성으로 밑에 보시면 concurrently 버젼 최상위버젼으로 설정하시구요
'Computer' 카테고리의 다른 글
라즈베리파이4에 안드로이드 커스텀롬(OmniROM) 포팅돼 9 (0) | 2020.11.01 |
---|---|
[PC] 내 메일이 유출됐는지 확인하는 사이트 (0) | 2020.08.26 |
깃허브 사용방법(GitHub Tutorials) (0) | 2020.06.16 |
HeidiSQL (DB 관리 툴) 설치 및 사용 (0) | 2020.06.15 |
[Unity]유니티 안드로이드 버전 관련 (0) | 2020.05.28 |