Latest version error
javi-on opened this issue · 5 comments
javi-on commented
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.
brokenhoax commented
^^Ran in to the same issue here. Any chance a fix is in the works?
javi-on commented
We had to set the previous version fixed in packge.json in order to bypass this thing
brokenhoax commented
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
benjamn commented
This should be fixed in regenerator@0.14.9
(published to npm just now). Thanks everyone for reporting!