-
how can I require the faker-js in node js? Import doesn't work |
Beta Was this translation helpful? Give feedback.
Answered by
ST-DDT
Jan 24, 2023
Replies: 1 comment
-
Did you follow the steps listed in our guide? npm install @faker-js/faker import { faker } from '@faker-js/faker'; If that doesn't help please share your package.json, the respecitive script and the error message your are getting. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xDivisionByZerox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you follow the steps listed in our guide?
If that doesn't help please share your package.json, the respecitive script and the error message your are getting.