Every time I launch my program, the console displays an error message stating that "hasInjectionContext" is not exported by "node_modules/vue-demi/lib/index.mjs", imported by "node_modules/pinia/dist/pinia.mjs" at line 6:9.
I attempted to resolve this issue by removing the node_module and updating the pinia version to 2.0.36, but unfortunately, it did not fix the problem. Is there another step I should take? Additionally, I tried using a different node_module with pinia version 2.0.36, but that also failed to work.