Sencha Trouble Shooting
2024. 7. 13. 15:15ㆍJavascript/Sencha
Missing required arguments.
# 실행
cd app이 생성되어야 하는 디렉토리
sencha -skd {sencha 설치 위치} generate app {app 이름}
# 에러
[ERR] Missing required arguments.
sencha.generate.app requires these parameters:
path (The path for the generated application)
For usage info, see
sencha help generate app
# 조치후 실행
sencha -skd {sencha 설치 위치} generate app {app 이름} .
'Javascript > Sencha' 카테고리의 다른 글
Ext에 property 추가 (0) | 2024.07.16 |
---|---|
HTML 파일에 Sencha 적용 (0) | 2024.07.13 |
Sencha ajax progress (0) | 2024.04.08 |
Sencha Message 처리 (0) | 2024.04.01 |
Sencha Ext.tree.Panel(Classic) (0) | 2024.03.31 |