-
-
Notifications
You must be signed in to change notification settings - Fork 793
Closed
Description
A clean install using 5.0.0-pre.16 throws an error:
node_modules/@feathersjs/authentication-local/lib/index.d.ts:4:174 - error TS2307: Cannot find module '@feathersjs/hooks/lib' or its corresponding type declarations.
4 protect: (...fields: string[]) => (context: import("@feathersjs/feathers/lib").HookContext<import("@feathersjs/feathers/lib").Application<any, any>, any>, next?: import("@feathersjs/hooks/lib").NextFunction) => Promise<void>;
It looks like this is because of the dependency updates in #2549, which has @feathersjs/hooks at v0.7.3.
Unless I'm doing something wrong...
Metadata
Metadata
Assignees
Labels
No labels