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
To land a quick fix we decided to remove insight from Yeoman for now. See yeoman/yo#753
But this is still a huge issue for other packages which depend on insight 😔
My time and energy for doing Open Source is limited so I can’t promise to get this done within in the next couple of weeks.
Therefore, this work can be gladly taken over by someone from the community.
The text was updated successfully, but these errors were encountered:
Sadly it isn’t as easy as lifting
os-name
to the latest version which supports Ventura which is ^5.0.0` as people tried to do over here: #80, #82Because:
os-name
is a pure ESM since 5.0.0. which means we have to change the module system in insight as well as described over here: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99cTo land a quick fix we decided to remove insight from Yeoman for now. See yeoman/yo#753
But this is still a huge issue for other packages which depend on insight 😔
My time and energy for doing Open Source is limited so I can’t promise to get this done within in the next couple of weeks.
Therefore, this work can be gladly taken over by someone from the community.
The text was updated successfully, but these errors were encountered: