Maelou
Maelou
WWasp
Created by Maelou on 3/3/2025 in #đŸ™‹questions
ERR_MODULE_NOT_FOUND
Just migrated, it now works, thanks you a lot!!
26 replies
WWasp
Created by Maelou on 3/3/2025 in #đŸ™‹questions
ERR_MODULE_NOT_FOUND
Will do
26 replies
WWasp
Created by Maelou on 3/3/2025 in #đŸ™‹questions
ERR_MODULE_NOT_FOUND
Thanks you! Have a nice day
26 replies
WWasp
Created by Maelou on 3/3/2025 in #đŸ™‹questions
ERR_MODULE_NOT_FOUND
Hello, I have'nt migrated to 0.16.0 yet, will try then, thanks you! My error was a module not found error, with sdk generated code for the extensionless imports like
import { getPlansById } from "../plans";
import { getPlansById } from "../plans";
26 replies
WWasp
Created by Maelou on 3/3/2025 in #đŸ™‹questions
ERR_MODULE_NOT_FOUND
@kapa.ai is there a way to use a rollup.config.js file ? that would resolve the extensions? You mentionned a script to add the necessary extensions to the import, how to do so?
26 replies
WWasp
Created by Maelou on 3/3/2025 in #đŸ™‹questions
ERR_MODULE_NOT_FOUND
@Wasp Team Sorry for pinging, is there really no other way? Thanks you :)
26 replies
WWasp
Created by Maelou on 3/3/2025 in #đŸ™‹questions
ERR_MODULE_NOT_FOUND
I have already
wasp clean
wasp clean
and
wasp start
wasp start
to try to solve the issue in the generated code, it still show the same error I looked in the file, and I saw the payements plans were imported from
"../plans"
"../plans"
, and not from
"../plans.ts
"../plans.ts
, wich makes sence but In my code in the src file, the modules and files imports are extensionless, and if I put the extension manually in the .wasp/out/sdk files, I will reset every time I clean and rebuild. Is there another way to automate the generated imports in the code? @kapa.ai
26 replies