python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error when trying to create fake data with faker.js
At first, I install faker using the command
npm i faker
Now i am trying to run my npm server up
npm run start.
But i am getting the following error. Can some one please help me here and thanks in adva...
sruthi
Votes: 0
Answers: 3
Using Faker to get and set gender for all following data
I'm using Faker with TypeScript and am struggling to figure out how to capture the returned gender from Faker in a way that I can then use in subsequent calls. This is what I'd like to do:
const gende...
Anton
Votes: 0
Answers: 1
Cannot integrate third party tools with TectCafe Studio
I'm new to TestCafe and TypeScript.
I was trying to integrate the NanoID module to TestCafe following this tutorial. But it shows an error saying Cannot find module 'nanoid' or its corresponding type ...
Anupama Balasooriya
Votes: 0
Answers: 2
Cannot find module 'faker' or its corresponding type declarations.(2307)
I was trying to use 'faker' with TypeScript in TestCafe Studio. But I'm getting an error saying Cannot find module 'faker' or its corresponding type declarations.(2307)
import * as faker from 'faker'...
Anupama Balasooriya
Votes: 0
Answers: 2