0

Getting below error after performing ng serve

Error:

Error: node_modules/@types/ws/index.d.ts:328:18 - error TS2315: Type 'Server' is not generic.

328         server?: HTTPServer<V> | HTTPSServer<V> | undefined;
                     ~~~~~~~~~~~~~


Error: node_modules/@types/ws/index.d.ts:328:34 - error TS2315: Type 'Server' is not generic.

328         server?: HTTPServer<V> | HTTPSServer<V> | undefined;
                                     ~~~~~~~~~~~~~~

i have installed @types/node:12.20.55 and @types/ws:8.5.4 but still getting the same error.

  • 1
    I have fixed this issue. by uninstalling `@types/node:12.20.55` and Clearing the Angular cache. After clearing the cache you need to perform npm install again. – Akash Kumawat Jul 05 '23 at 09:16

0 Answers0