2

i want to change the styling of an opensource app developed with angular and when i tried to build it with ng build --watch i get the following error : Error: node_modules/@types/node/buffer.d.ts:90:14 - error TS2661: Cannot export 'Buffer'. Only local declarations can be exported from a module. What can I do to fix it ?

1 Answers1

2

I know that it is not the best solution to the problem, but at least it allows us to continue while the github community manages to give some resolution to the bug

In the tsconfig.json add or change "skipLibCheck": false

Bibliography: