PS C:\Users\zyy> npm install nodemon -g
changed 116 packages, and audited 117 packages in 17s
16 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
PS C:\Users\zyy> npm install nrm -g
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
removed 222 packages, changed 60 packages, and audited 94 packages in 19s
4 packages are looking for funding
run `npm fund` for details
2 vulnerabilities (1 moderate, 1 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
PS C:\Users\zyy> npm audit fix
npm WARN audit request to https://registry.npmjs.org/-/npm/v1/security/audits/quick failed, reason: Client network socket disconnected before secure TLS connection was established
undefined
npm ERR! audit endpoint returned an erro
PS C:\Users\zyy> npm audit fix --force
npm WARN using --force Recommended protections disabled.
npm WARN audit request to https://registry.npmjs.org/-/npm/v1/security/audits/quick failed, reason: Client network socket disconnected before secure TLS connection was established
undefined
npm ERR! audit endpoint returned an erro
PS C:\Users\zyy>
相似问题