TCMiranda / joi-extract-type

Provides native type extraction from Joi schemas for Typescript
MIT License
151 stars 27 forks source link

`npm install` fails on Windows #40

Closed tmtron closed 3 years ago

tmtron commented 3 years ago
npm install

> joi-extract-type@15.0.8 prepare D:\dev_no_backup\joi-extract-type
> rm -rf dist && tsc

'rm' is not recognized as an internal or external command,
operable program or batch file.

I suggest to use rimraf

BTW: may I ask, why there is apackage-lock.json and a yarn.lock file?
Which one should we use: npm or yarn?