isaiah
WWasp
•Created by isaiah on 2/19/2025 in #đŸ™‹questions
main.wasp.ts related
lol no worries here. I'm sure my users wouldn't mind. :smugboi:
19 replies
WWasp
•Created by isaiah on 2/19/2025 in #đŸ™‹questions
About Wasp TypeScript config
Oh wait nvm. I got confused by the constant context switching. This one's good.
5 replies
WWasp
•Created by isaiah on 2/19/2025 in #đŸ™‹questions
main.wasp.ts related
Guess: Because of error during parsing it exited before running npm install?
19 replies
WWasp
•Created by isaiah on 2/19/2025 in #đŸ™‹questions
main.wasp.ts related
Thanks, that fixed it. I always thought
wasp start
run npm install
before starting the server.19 replies
WWasp
•Created by isaiah on 2/19/2025 in #đŸ™‹questions
main.wasp.ts related
@kapa.ai Tell me about
wasp ts-setup
cli command.19 replies
WWasp
•Created by isaiah on 1/8/2025 in #đŸ™‹questions
About Wasp repo and dependency versions
It's all good now.
I was only confused as to why an old toy Wasp project I have, had 2 different versions (root had v3.29.4 and .wasp had v4.24.3 ) of
rollup
. So I wanted to check what's the actual version of rollup
used by Wasp v0.15.2. I might have forgotten to reinstall node modules in that toy project as I updated Wasp version.6 replies
WWasp
•Created by DanjelDurmo on 1/6/2025 in #đŸ™‹questions
Unexpected error during the build of the frontend in Production
10 replies
WWasp
•Created by DanjelDurmo on 1/6/2025 in #đŸ™‹questions
Unexpected error during the build of the frontend in Production
A "working" solution here seems to be to downgrade
rollup
from version v4.30.0
10 replies
WWasp
•Created by DanjelDurmo on 1/6/2025 in #đŸ™‹questions
Unexpected error during the build of the frontend in Production
@DanjelDurmo I don't know if it will help but I think it's a problem with Vitejs itself. I found a similar issue. https://github.com/vitejs/vite/issues/19147
10 replies
WWasp
•Created by kp on 1/6/2025 in #đŸ™‹questions
Landing Page Header
@kevinjaypatel Do you mean this? https://github.com/wasp-lang/open-saas/blob/main/template/app/src/client/components/NavBar/NavBar.tsx
10 replies
WWasp
•Created by kp on 1/6/2025 in #đŸ™‹questions
Landing Page Header
DropdownUser
component is in https://github.com/wasp-lang/open-saas/blob/main/template/app/src/user/DropdownUser.tsx now10 replies