Hi, I am following this tutorial (https://docs.moralis.io/docs/run-parse-server-locally). Last week I could set up my server without a problem, but today I keep getting errors when running the command âyarn buildâ. All errors appear to be because of this one:
"src/index.ts:10:29 - error TS2307: Cannot find module â@moralisweb3/parse-serverâ or its corresponding type declarations.
10 import { streamsSync } from â@moralisweb3/parse-serverâ; "
Why may this be happening? I know the error has nothing to do with the setting up and configuration of both Redis and MongoDB, as last week my server was working fine. Instead it seems like it is a problem regarding Moralis, which I do not know how to solve.
Hopefully you can solve this for me,
Thank you and best regards,
Iñigo
~~~~~~~~~~~~~~~~~~~~~~~~~~~