TypeError: Cannot read property 'uuid' of undefined faker-js faker
I am trying to use faker-js package, but I unexpectedly get a TypeError: Cannot read property 'uuid' of undefined for my variable businessId which try to use faker.datatype.uuid() It usually happen when I forget to install faker-js, but that's not…