2016-04-07 23 views
1

Windowsコンピューターでwww.angular-meteor.comチュートリアルをフォローしています。流星がメーター1.3.1で正しく動作しない

しかし、私は、コンソールでmeteorを実行したとき、私は唯一の参照: enter image description here

空白の画面socially ...

以外にもいくつかの角度のパッケージがMeteor 1.3.1では動作しないようなので、それはそう。ここで

meteor listから出力されます。たとえばangularui:angular-ui-routerについて

accounts-password    1.1.7 Password support for accounts 
angular       1.3.9_2 Everything you need to use Angu... 
angularui:angular-google-maps 2.3.2 angular-google-maps (official) 
angularui:angular-ui-bootstrap 0.13.0 Native AngularJS (Angular) direc... 
angularui:angular-ui-router  0.2.15 angular-ui-router (official): Fl... 
angularutils:pagination   0.9.1_2 Magical automatic pagination fo... 
check       1.1.3 Check whether a value matches a p... 
dotansimha:accounts-ui-angular 0.0.4 AngularJS wrapper for Meteor's Ac... 
email       1.0.11 Send email messages 
es5-shim      4.5.9 Shims and polyfills to improve EC... 
jquery       1.11.7 Manipulate the DOM using CSS sel... 
less       2.5.7 Leaner CSS language 
meteor-base      1.0.3 Packages that every Meteor app needs 
mobile-experience    1.0.3 Packages for a great mobile user ... 
mongo       1.1.6 Adaptor for using MongoDB and Min... 
reactive-var     1.0.8 Reactive variable 
standard-minifier-css   1.0.5 Standard css minifier used with M... 
standard-minifier-js   1.0.5 Standard javascript minifiers use... 
tmeasday:publish-counts   0.7.3 Publish the count of a cursor, in... 
tracker       1.0.12 Dependency tracker to allow reac... 
twbs:bootstrap     3.3.6 The most popular front-end framew... 

機能していないようです。しかし、meteor 1.2バージョンで動作します。

同じ問題がある人がいますか?たぶん解決策でしょうか? よろしくdotansimha:accounts-ui-angularを削除

EDIT

は、私はマップや検索ボックスを見ることができることになりました。しかし、アプリはまだ壊れています。いいえpartiesが表示され、ページネーションがうまくいきません...どのようにそれを修正するためのアイデア?

私は、問題は、このパッケージとの非互換性であることが判明

答えて

2

を使用する理由は電子の問題は、私は、私はそれが今働いてしまったと思われます。

meteor list

accounts-password    1.1.7 Password support for accounts 
angular-meteor-auth    1.0.1 Angular-Meteor authentication module 
angular-templates    1.0.2 Compile angular templates into th... 
angular:angular     1.5.3_1 AngularJS (official) release. F... 
angularui:angular-google-maps 2.3.2 angular-google-maps (official) 
angularui:angular-ui-bootstrap 0.13.0 Native AngularJS (Angular) direc... 
angularui:angular-ui-router  0.2.15 angular-ui-router (official): Fl... 
angularutils:pagination   0.9.1_2 Magical automatic pagination fo... 
check       1.1.3 Check whether a value matches a p... 
dotansimha:accounts-ui-angular 0.0.4 AngularJS wrapper for Meteor's Ac... 
email       1.0.11 Send email messages 
es5-shim      4.5.9 Shims and polyfills to improve EC... 
jquery       1.11.7 Manipulate the DOM using CSS sel... 
less       2.5.7 Leaner CSS language 
meteor-base      1.0.3 Packages that every Meteor app needs 
mobile-experience    1.0.3 Packages for a great mobile user ... 
modules       0.5.2 CommonJS module system 
mongo       1.1.6 Adaptor for using MongoDB and Min... 
pbastowski:angular-babel  1.3.2 Babel compiler and ng-annotate fo... 
reactive-var     1.0.8 Reactive variable 
standard-minifier-css   1.0.5 Standard css minifier used with M... 
standard-minifier-js   1.0.5 Standard javascript minifiers use... 
tmeasday:publish-counts   0.7.3 Publish the count of a cursor, in... 
tracker       1.0.12 Dependency tracker to allow reac... 
twbs:bootstrap     3.3.6 The most popular front-end framew... 

だから私はaccounts-ui-angularを使用してください!

私は私がやったことだったthis link

を追っ:

First

  1. 雰囲気を経由して、インストールした角度流星パッケージを削除します:流星はあなたのECMAScriptを持っていることを確認し
  2. 角度を削除パッケージがインストールされている。以前にインストールした雰囲気パッケージをインストールしていた場合は、複数のコンパイラが拡張子.jsのファイルを処理しようとしていることを確認した後、パッケージを削除した可能性があります。だから、流星のリストをチェックアウトし、ECMAScriptのではない場合がありません:流星はECMAScriptの追加
  3. NPMを経由して、角度と角度流星をインストールします:NPMモジュールの依存関係として
  4. 一覧「アンギュラ流星」--save角度角度-流星をインストールあなたのメインモジュール用:angular.module( 'myApp'、['angular-meteor']);私はする必要がありdo not角度-バベル

注:

  • 流星のECMAScript
  • 流星は、モジュールを追加、削除(あなたはECMAを削除する場合は、手動で追加する必要がありますので、ECMAScriptのモジュールを意味する)
  • 流星はpbastowskiを追加しますapp.jsの角度輸入(無import angular from 'angular';またはimport 'angular-meteor';)今

    enter image description here

    誰かが同じ問題を抱えている場合に役立つホープ:)

  • 0

    meteor remove dotansimha:accounts-ui-angular 
    

    は、依存関係を削除することを忘れないでください「accounts.ui」「app.js」

    にだけ削除結果:

    enter image description here

    おそらく目何とかこのパッケージは、「ブレーズのHTMLテンプレート」

    +0

    あなたは何を知りたいですか?:)コードはwww.angular-meteor.comのチュートリアルステップ17でzipとして利用できます:) – user1665355

    +0

    は何らかのエラーをポップアップしますあなたのコンソール?ここで.zipファイルをダウンロードしてテストします。 – alexandesigner

    +0

    エラーがないだけの空白ページ – user1665355

    関連する問題