I tried following the documentation for Clinic.js https://clinicjs.org/documentation/
First i installed clinic globally as instructed
npm install -g clinic
When installing this appeared
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
C:\Users\ASUS\AppData\Roaming\npm\clinic -> C:\Users\ASUS\AppData\Roaming\npm\node_modules\clinic\bin.js
+ clinic@9.0.0
updated 3 packages in 210.329s
After that when I try running the command clinic --help
I get the error 'clinic' is not recognized as an internal or external command, operable program or batch file.
my node version is v14.15.1
.
Any idea how to fix this?