What is the npm command that I can use to install this library. #71
-
I'm trying to install this library in my project however when running "npm i faker" it installs the original version, what npm command can I use? Thanks for any help! :) |
Beta Was this translation helpful? Give feedback.
Answered by
damienwebdev
Jan 10, 2022
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
damienwebdev
-
We should add a section in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm install @faker-js/faker@{version}
will work, we have back-ported all of the old versions from the original npm registry.