After following the guide at http://socket.io/get-started/chat/, I attempted to create a basic chat application.
However, upon running npm install --save socket.io
I encountered the error message below. How can I resolve this issue?
npm WARN package.json <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5c2f333f373928713f343d287139243d312c30391c6c726c726d">[email protected]</a> No repository field.
(Additional error messages omitted for brevity)
Please help me troubleshoot this issue and identify the root cause?
Your suggestions are appreciated