Luciano Ropero
Luciano Ropero
Why not?
I'm using `chalk-animation` in `upgradeps` and see the audit, poor `chalk-animation` there with 2 major dependencies behind 😢
I removed `sort` script but leave you the tip: feel free to run `npx sort-package-json` to sort out `package.json`. Btw I used `Node v16.14.2` and `npm v8.5.0` to generate lock...
Fixed, `ava` v5 dev dependency was breaking it, downgraded it to latest v4.
Tested everything with Node v12 and had to downgrade `meow` as well to latest v10 as `cli.js` was failing to run.
> what about using `fromEvent`? From then on its possible to do everything right? > > ```js > const wss = new Server({ server }); > > const handleConnection =...
chatgpt keeps suggesting -k option to consume .env.keys but it's not really an option, yet?