What are you trying to achieve?
Replace the faker js library as the author has deleted this libarry from github and npm.
What do you get instead?
If you try to installer faker as per the instructions:
npm install faker
you get and empty library with the following:

Provide console output if related. Use --verbose mode for more details.
# paste output here
npm install faker
up to date, audited 2 packages in 375ms
found 0 vulnerabilities
ls node_modules/faker
Readme.md package.json
cat node_modules/faker/Readme.md
What really happened with Aaron Swartz?%
The library has now been taken over to https://fakerjs.dev/ and the new install instructions should be reflected in the codecepjs documentation.
npm install @faker-js/faker --save-dev
What are you trying to achieve?
Replace the faker js library as the author has deleted this libarry from github and npm.
What do you get instead?
If you try to installer faker as per the instructions:
npm install fakeryou get and empty library with the following:
The library has now been taken over to https://fakerjs.dev/ and the new install instructions should be reflected in the codecepjs documentation.