clean-aquamarineC
Refine2y ago
18 replies
clean-aquamarine

Missing "./dist/inferencers" specifier in "@refinedev/inferencer" package

I get the following error when running my dev server: Missing "./dist/inferencers" specifier in "@refinedev/inferencer" package

I have ensured that I ran npm i @refinedev/inferencer again.
I have ensured that "./dist/inferencers" exists and "./dist/inferencers/mui" as well.
I have lastly also ensured that the following is set in both our tsconfig and vite config: "moduleResolution": "node",

I am ensure how to fix this, there is a mismatch in the API's params between the edit ,the create and the show. I am unsure if this would cause this as I couldnt find much on this.
Was this page helpful?