When I do
npm install aws-sdk
in Angular 7, I get an error
Error TS2580: Cannot find name 'Buffer'.
Do you need to install type definitions for node? Try npm i @types/node
and even though I do run install npm i @types/node, I am still getting the same error:
