I had a similar problem and had to install the type declarations for Node.js.
Try npm install --save-dev @types/node
npm install --save-dev @types/node