Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ステートメント
<script src="/socket.io/socket.io.js"></script>
node_module の代わりに「public」フォルダーで socket.io.js を探します。
URL を に変更して../node_module/socket.io/socket.io.jsも機能しません。
../node_module/socket.io/socket.io.js
src検索するデフォルトのフォルダを変更するにはどうすればよいですか?
src
socketio サーバーは、リクエスト '/socket.io/socket.io.js' を受け取ると、コンテンツを動的に構築します (サーバーによってサポートされるように構成されたトランスポートを考慮します)。
ファイルは public / node モジュールからも提供されません。