lsh
                                            lsh
                                        
                                    Solve: ```vue // ... ```
Do you hava a good way to solve it?👀
I looked hard to find out why. I find the `consola/dist/chunks/prompt.mjs` file produced by the repository building and the one distributed via npm are different. In https://www.npmjs.com/package/consola?activeTab=code file:consola/dist/chunks/prompt.mjs line: 409-425...
It seem: `consola.prompt` is not fully compatible with `deno`. Because `prompt` is used `net.Socket.prototype.constructor` internally, And `deno` hasn't achieve it.
Same problem. Looking for a walkaround... 🙏
This is expected behavior, see: https://github.com/unjs/unstorage/blob/d6e0da378bc1acc0b51f4801975f0ee20143b514/test/storage.test.ts#L120-L122
🤔But I also have the same question, why is it `null` instead of `undefined` @pi0
Yes,`normalizer` is a good idea. But I also think we need `validator` to validate `ctx.args`. In `normalizer`,`ctx.args` will be normalized. In `validator`, the NodeJs process will be killed if the...
👀 Would you willing to provide a reproduction with https://stackblitz.com ?
Returning a value from the `run` method will be very useful for API call scenarios. If it proves feasible, I will initiate a PR to implement that. :)