Justin Masayda
Results
2
comments of
Justin Masayda
I had this problem as well in Deno 1.32 which doesn't support `useDefineForClassFields`. I fixed it by just `declare`-ing all my fields: ``` ... @Column({ allowNull: false, defaultValue: "", })...
Same issue here, but my error was: > Could not set npm package requirements. Error getting response at https://registry.npmjs.org/@solidjs/router for package "@solidjs/router": An npm specifier not found in cache: "@solidjs/router",...