mosh-hamedani / vidly-api-node

309 stars 285 forks source link

npm test fails with Error: Cannot find module 'walker' #26

Open ybakhshi opened 4 years ago

ybakhshi commented 4 years ago

vidly@1.0.0 test C:\projects\vidly-api-node jest --watchAll --verbose --runInBand

Error: Cannot find module 'walker' Require stack:

sajib21 commented 4 years ago

@ybakhshi did you solve this issue?

ybakhshi commented 4 years ago

@sajib21 unfortunately, it was a long time back. i think i didn't and left the course for another one on Udemy.

benkham commented 4 years ago

@sajib21 Issue was due to old Jest package. Uninstall and install jest to solve the issue.

Uninstall jest - npm uninstall jest Install current version - npm install jest

rajAmukhliS commented 3 years ago

@benkham jazakALLAH buddy this really works thanks :)