You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that I did not use --json-api. When I then try to start the backend with npm run start:dev I get the following:
src/my.controller.ts:2:25 - error TS2307: Cannot find module '@fresha/json-api' or its corresponding type declarations.
2 import { JSONAPI } from "@fresha/json-api";
I also couldn't find the module @fresha/json-api anywhere.
The text was updated successfully, but these errors were encountered:
I used the following command to try to generate nestjs server code:
npx fresha-openapi-codegen \ server-nestjs \ --input ../openapi.yml \ --output .
Note that I did not use
--json-api
. When I then try to start the backend withnpm run start:dev
I get the following:I also couldn't find the module
@fresha/json-api
anywhere.The text was updated successfully, but these errors were encountered: