facebook/regenerator

Latest version error

javi-on opened this issue · 5 comments

Last night compile came with this error

[0m�[91mnpm�[0m�[91m �[0m�[91mERR! Could not install from "node_modules/regenerator/packages/preset" as it does not contain a package.json file.

^^Ran in to the same issue here. Any chance a fix is in the works?

We had to set the previous version fixed in packge.json in order to bypass this thing

yeah, I just thought of that ... pin an older version. thank you!

CRCH commented

It seems to be an issue after the last update 0.14.8 release
as a quick workaround add

"resolutions": {
    "regenerator": "0.14.7"
  },

to your package.json

This should be fixed in regenerator@0.14.9 (published to npm just now). Thanks everyone for reporting!