1
저는 노드와 컴파운드를 처음 사용했습니다. 루트화합물 js를 스캐 폴딩하는 동안 경로에서 맞춤법 오류가 발생했습니다
leaves GET /leaves.:format? leaves#index
leaves POST /leaves.:format? leaves#create
new_leafe GET /leaves/new.:format? leaves#new
edit_leafe GET /leaves/:id/edit.:format? leaves#edit
leafe DELETE /leaves/:id.:format? leaves#destroy
leafe PUT /leaves/:id.:format? leaves#update
leafe GET /leaves/:id.:format? leaves#show
의 이름으로 나는 약간의 오차가 얻고 있었다
compound g crud leaveApplication leave_code:string description:string applicable:string carry_forward:boolean limit_type:boolean lop:boolean od:boolean co:boolean leave_revision:boolean active:boolean
스캐 폴딩을 시도하는 동안, 다음 내가
compound g crud leave code:string description:string applicable:string cForward:boolean limit:boolean lop:boolean od:boolean co:boolean leave_revision:boolean active:boolean
을 시도하지만 오류가 지금 발생했다 이들은 노선이었다 나는지고 있었다.
왜 그렇습니까?
CompoundJS의 알려진 버그 문제 – Okky