You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Yeoman Team
The currently published version of yeoman-test uses a broken @types-package (one that prevents projects from building if they have the most recent glob version somewhere in the dependency tree).
Could you therefore please publish a patch release with its @types/mem-fs-editor set to 7.0.2 or newer?
Thank you so much for your effort!
The text was updated successfully, but these errors were encountered:
@types/mem-fs-editor 7.0.2 and newer use globby instead of glob which therefore fixes the issue with the glob type collision.
I found a workaround that did the trick in my project. I deleted the package-lock.json file and did an npm install as this will automatically install the most recent @types/mem-fs-editor.
Hi Yeoman Team
The currently published version of
yeoman-test
uses a broken@types
-package (one that prevents projects from building if they have the most recentglob
version somewhere in the dependency tree).Could you therefore please publish a patch release with its
@types/mem-fs-editor
set to7.0.2
or newer?Thank you so much for your effort!
The text was updated successfully, but these errors were encountered: