Cannot find type definition file for 'node'

You usually don’t run the app in a node context, so you should use file plugins from ionic-native for use cases with files.

If you are in a node context, then you have to install type definitions for node.
npm install --save-dev @types/node