2014-12-19 2 views
2

나는 옥으로 시작하고, 그리고 내가 자동으로 다시 렌더링 할이 간단한 파일이,왜 왜곡 옵션이 작동하지 않습니까?

doctype html 
html 
    head 
    title Angular App CS 

    link(rel='stylesheet' href='http://getbootstrap.com/dist/css/bootstrap.min.css') 
    script(src='http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.3/angular.min.js') 
    script(src='http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js') 

내가이 명령 jade -w -P index.jade을 사용하지만 난 갱신을 할 때에 만, 처음 렌더링 해요 .jade이면 다음과 같은 오류 메시지가 나타납니다.

TypeError: path must be a string 
    at Object.fs.lstat (fs.js:675:11) 
    at renderFile (/usr/lib/node_modules/jade/bin/jade.js:172:6) 
    at StatWatcher.<anonymous> (/usr/lib/node_modules/jade/bin/jade.js:119:11) 
    at StatWatcher.emit (events.js:98:17) 
    at StatWatcher._handle.onchange (fs.js:1115:10) 

어떤 일이 벌어 질 수 있습니까?

답변

1

사실 버그입니다.

는 옥 1.8.1 (npm install [email protected] -g)에 This Link

다운 그레이드를 참조 버그가 해결 될 때까지 당신은 괜찮을 것이다.

+0

감사합니다. 이제 해당 버전을 사용하고 있습니다.) –

관련 문제