Matt Pua
Matt Pua
I will mention for myself: Ran into the `outdated stencil cli` error. After uninstalling `stencil-cli`, globally and then installing it again globally on version `3.5.1`, it still wasn't working via...
FYI for anyone who runs into this, I solved it by resolving the missing dependencies via this add in `package.json` ``` "browser": { "fs": false, "path": false, "os": false, "net":...
> I was able to "solve" the issue [@Andresuito](https://github.com/Andresuito) and I am seeing by removing the `nitro()` plugin from `vite.config.ts`. I don't nearly understand enough of what's going here to...