2017-12-13 28 views
0

コードを変更するたびに、私の流星プロジェクトが何らかの原因で更新されなくなりました。私はそれをデバッグする場所を知っていない、Googleのいずれかの結果も表示されませんでした見ているので。ここに私のパッケージと流星のバージョンです。メテオコードを変更するときにライブリロードが行われない

[email protected]    # Packages every Meteor app needs to have 
[email protected]  # Packages for a great mobile UX 
[email protected]     # The database Meteor supports right now 
[email protected]   # Reactive variable for tracker 
[email protected]     # Meteor's client-side reactive programming library 

[email protected] # JS minifier run for production mode 
[email protected]    # ECMAScript 5 compatibility for older browsers. 
[email protected]    # Enable ECMAScript2015+ syntax in app code 

kadira:flow-router  # FlowRouter is a very simple router for Meteor 
[email protected]     # Leaner CSS language 
static-html 
fourseven:[email protected] 
aldeed:[email protected] 
aldeed:schema-deny 
reywood:publish-composite 
fortawesome:fontawesome 
keepnox:perfect-scrollbar 
[email protected] 
matb33:collection-hooks 
meteortoys:allthings 
check 
alanning:roles 
ostrio:files 
[email protected] 
aldeed:tabular 
easy:search 
thereactivestack:blazetoreact 
harrison:papa-parse 
[email protected] 
planefy:paypal-ipn-listener 
meteorhacks:picker 
dburles:collection-helpers 
meteorhacks:aggregate 
[email protected] 
twbs:bootstrap 
tmeasday:publish-counts 
deanius:promise 
momentjs:moment 
percolate:synced-cron 
seba:minifiers-autoprefixer 
infinitedg:gsap 
okgrow:analytics 
verron:autosize 
nitrolabs:cdn 
practicalmeteor:mocha 
shell-server 
fongandrew:login-as-user 

マイ流星バージョンは[email protected]であり、私は私のフロントエンドとして反応し使用しています

それがライブリロードを防ぐため、一度生じる誤差以上呼び出された非同期メソッドを呼び出すcomponentDidUpdateによるものであった
+0

Meteor @ 1.6.0.1パッチへのアップデートを試しましたか? – Orozcorp

+0

私はちょっと前に更新しましたが、まだ動作していません – Potato

+0

クライアントファイルとサーバーファイルの両方を変更していますか? – cowCrazy

答えて