問題タブ [npm-live-server]
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.
node.js - live-server@ 0.9.2 でライブ リロードが機能しない
私の Web アプリケーションでは、"live-server": "^0.9.2" を使用しています。パッケージの json ファイルは次のとおりです。
コマンド「npm start」を実行すると、ライブサーバーが起動し、Web ページが @ http://127.0.0.1:8080/で起動します
現在、html/css のコンテンツを変更するたびに、変更の検出が行われず、ブラウザーのコンテンツも更新されません。
その理由は何ですか?それを解決する方法。ありがとう!!!