Using faker in typescript
Just spent an hour on it - here's how to.
npm i faker@5.5.3
npm i -D @types/faker
I install version 5.5.3 - since the latest version at the time of this article is 6.6.6, and it doesn't work (kind of a scary name)
When I used version 6.6.6 I got:
...
noam.hashnode.dev1 min read