問題タブ [gulp-browser-sync]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Gulp + Browser Sync の失敗
Browser Sync で Gulp を実行していますが、Chrome で次のエラーが発生します。
NonESPMessageInterface --- nonEspMessageInterface.js:8
TypeError: null のプロパティ 'insertBefore' を読み取れません --- angular.js:13708
オリジン #{e.origin} からのチェックリスト メッセージが無効でした: MessageEventbubbles: falsecancelBubble: falsecancelable: falsecomposed: falsecurrentTarget: Windowdata: ObjectdefaultPrevented: falseeventPhase: 0isTrusted: truelastEventId: ""origin: " http://localhost:3000 "path: Array (1)ports: Array(0)returnValue: truesource: WindowsrcElement: Windowtarget: WindowtimeStamp: 4354.4type: "message" proto : MessageEvent --- nonEspMessageInterface.js:53
私の gulp.js ファイルは次のようになります。
これが私のpackage.jsonの依存関係です:
最近、ノード v7.9.0 に更新しました。おそらくこれは私の設定と互換性がありませんか?また、Angular 1.5.7 を使用しています。
どんな助けでも大歓迎です!どうも。