Module Not Found Error Cant Resolve Faker In

[Solved] Module Not Found Error Cant Resolve Faker In | Shell - Code Explorer | yomemimo.com
Question : Module not found: Error: Can't resolve 'faker'

Answered by : tamer-jarrar

yarn remove faker
yarn add --dev @faker-js/faker

Source : https://stackoverflow.com/questions/21866285/cannot-find-module-faker-after-npm-install-save-dev | Last Update : Tue, 20 Sep 22

Question : Module not found: Error: Can't resolve 'faker' in

Answered by : outrageous-ox-py1y78z4r3fu

npm install @faker-js/faker --save-dev

Source : https://www.npmjs.com/package/@faker-js/faker | Last Update : Thu, 12 May 22

Answers related to module not found error cant resolve faker in

Code Explorer Popular Question For Shell