preinstall script affecting consuming projects
tbrannam opened this issue · 3 comments
tbrannam commented
When updating to the latest release it has been noticed that our projects are being affected by preinstall script recently added to react-streaming.
Was it the intent to dictate the package-manager of consuming projects?
npm notice
npm ERR! code 254
npm ERR! path /app/node_modules/react-streaming
npm ERR! command failed
npm ERR! command sh -c npx only-allow pnpm
brillout commented
Didn’t know that, up for a pr to remove that?
…On Thu 18. Apr 2024 at 15:55, Todd Brannam ***@***.***> wrote:
When updating to the latest release it has been noticed that our projects
are being affected by preinstall script recently added to react-streaming.
Was it the intent to dictate the package-manager of consuming projects?
npm notice
npm ERR! code 254
npm ERR! path /app/node_modules/react-streaming
npm ERR! command failed
npm ERR! command sh -c npx only-allow pnpm
—
Reply to this email directly, view it on GitHub
<#37>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHVQRWVTEGAYJMVJKN3GITY57GE7AVCNFSM6AAAAABGNKSX56VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2TANZWGY2DSOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
tbrannam commented
Here's something that I think tries to continue the check for development, but no-ops when resolving as a dependent project.
brillout commented
Released in 0.3.28
.