Closed as not planned
Description
Expected Behaviour
I expected to be able to install graphql-ws
with npx
but because npx
automatically installs peer dependencies and there is no uWebSockets.js
package on NPM, this happens instead: npm/cli#8196
Actual Behaviour
npm/cli#8196
Debug Information
npx graphweaver@latest init
will reproduce this issue for you.
Right now we're recommending pnpx
but it'd be great to get this package more broadly usable.