MeteorアプリケーションにjQueryUIをインストールする正しい方法は何ですか?まだパッケージではないので、ダウンロードしたjquery-ui.min.jsとjquery-1.8.3.jsをlib
meteorプロジェクトのフォルダーに追加しました。これにより、次の致命的なエラーが発生します。
Your app is crashing. Here's the latest log.
app/lib/jquery-1.8.3.js:9472
})( window );
ReferenceError: window is not defined
at app/lib/jquery-1.8.3.js:9472:5
(.........)
Exited with code: 1
Your application is crashing. Waiting for file change.