[td@localhost web-client]$ ng g c test Error: Cannot read property 'dasherize' of undefined Cannot read property 'dasherize' of undefined 오랜만에 글 좀 써보려고 했더니, 역시 Angular 답게 바로 에러 뱉어주시고~ (필자는 angular5 사용 중) 스택오버플로우에 물어보니, @angular-devkit/core 모듈이 없어서 그런거랍니다. 바로 설치 고고 스택 오버 플로우 짱 npm install --save @angular-devkit/core * --save 안해줘도 되는데, 그냥 해줘버림 [td@localhost web-client]$ ng g c test create src/app/..