facebook / jscodeshift

A JavaScript codemod toolkit.
https://jscodeshift.com
MIT License
9.11k stars 468 forks source link

Cannot find module `lodash` #550

Closed SorsOps closed 1 year ago

SorsOps commented 1 year ago

See the following for context https://github.com/backstage/backstage/issues/16839 . It seems there is a require to lodash in the dist of jscodeshift, however jscodeshift does not have lodash listed as a dependency

Daniel15 commented 1 year ago

Lodash hasn't been required for two years now (removed in #432). Please update your jscodeshift version to 0.13.0 or higher.

https://github.com/search?q=repo%3Afacebook%2Fjscodeshift%20lodash&type=code