# stats-npm **Repository Path**: mirrors_soldair/stats-npm ## Basic Information - **Project Name**: stats-npm - **Description**: find an destroy econnreset monsters - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stats-npm this was made to help understand ntworking issues like ECONNRESET in npm folks reported it here. https://github.com/npm/registry/issues/10 ### install ``` sudo npm install -g stats-npm ``` ### run then use it just like npm. ``` snpm install yourmodule ``` after every command it appends profiling information for requests to `./snpm-stats.log` ### server you may also run it as a standalone server and configure it as your registry. request metadata is logged to stdout. ``` stats-npm-server --help ```