liangyuanzu
liangyuanzu
I also have this problem ``` [vite-ssg] An internal error occurred. [vite-ssg] Please report an issue, if none already exists: https://github.com/antfu/vite-ssg/issues node:internal/process/promises:246 triggerUncaughtException(err, true /* fromPromise */); ^ Error [ERR_MODULE_NOT_FOUND]:...
被人黑了
有的 账号:[email protected] 密码:123456
没开源
服务端有问题
后端未开源
> Same problem when I using node version 14.15.0, but I switch node to version 16.13.0 this problem did not show up. I delete the 'node_modules/.vite' folder and switch node...
> I found the problem in the last row. The reason was that regular expressions were used, as follows: ``` export const foo = (url: string) => { return /\?$/.test(url)...