2014-09-08 3 views
3

어제 Meteor v0.9.1 버전으로 업데이트하라는 메시지가 나왔습니다. 그 후, meteor을 사용하여 앱을 시작하면 클라이언트 측 콘솔에 많은 오류가 발생합니다. 여기에 그들이있다!Meteor - v0.9.1로 업데이트 한 후 많은 오류가 발생했습니다.

Uncaught TypeError: undefined is not a function iron-dynamic-template.js:416 
Uncaught TypeError: Cannot read property 'prototype' of undefined helpers.js:139 
Uncaught TypeError: undefined is not a function router.js:61 
Uncaught TypeError: Cannot read property 'RouteController' of undefined global-imports.js:3 
Uncaught ReferenceError: Template is not defined template.layout.js:2 
Uncaught ReferenceError: Template is not defined template.header.js:2 
Uncaught ReferenceError: Template is not defined template.404.js:2 
Uncaught ReferenceError: Meteor is not defined meteor-streams.js:1 
Uncaught ReferenceError: Router is not defined route.js:1 
Uncaught ReferenceError: Template is not defined layout.js:1 
Uncaught ReferenceError: Template is not defined header.js:1 
Uncaught TypeError: undefined is not a function about.js:2 
Uncaught ReferenceError: Template is not defined chat_box.js:1 
Uncaught ReferenceError: Template is not defined chat_rooms.js:1 
Uncaught ReferenceError: Template is not defined user_profile.js:1 
Uncaught ReferenceError: Meteor is not defined messages.js:1 
Uncaught ReferenceError: Meteor is not defined rooms.js:1 
Uncaught ReferenceError: Meteor is not defined utilities.js:1 
Uncaught ReferenceError: TypingUsersStream is not defined main.js?ddb2df78e0fe11ef747b14020685864d14f8bd03:5 
Uncaught ReferenceError: Spacebars is not defined login_buttons_dialogs.html:4 

나는 많은 방법을 시도했지만 그들도 당신이 사람이 도움이 될 수 있습니다 희망 :(작동 나는 매우 그 감사합니다 덕분에 고급 0.9와 알고 문제의

+0

js 파일에 친척 경로가 있습니까? –

+0

아니요. 그리고 오늘 v0.9.1로 업데이트 한 친구에게 물어봤을 때, 그는 같은 문제를 만났습니다. ( – sonlexqt

답변

8

UPDATE 난 그냥을 제거하여 내 문제를 해결했습니다 iron-router 패키지를 다운로드 한 다음 iron:router 패키지를 설치하십시오. 희망이 다른 사람이 나 같은 문제가 도움이 되길 바랍니다 :)

+0

끝내서 문제가 해결되었습니다! – Michael

+0

나는 동일한 문제를 겪고 있었고 문제가 해결되었습니다. 공유 해 주셔서 감사 드리며 직접 답변을 수락하시는 것을 잊지 마십시오. ;-) –

+0

저에게 도움이 되었어요 - 고마워요! :) –

관련 문제