본문 바로가기

엉터리 개발 이야기/angular2+

npx를 활용하여 angular cli 로 프로젝트 생성하기

반응형

우선 npx가 설치되어 있어야 한다.

https://github.com/zkat/npx

 

zkat/npx

execute npm package binaries. Contribute to zkat/npx development by creating an account on GitHub.

github.com

 

npx -p @angular/cli ng new ABCproject

 

※ The "path" argument must be of type string 이 나올 경우에는 최신버전으로 업데이트 한다.

 

반응형