Description/Steps to reproduce
npm run on windows throws below error:
Module '"http"' has no exported member 'ServerRequest'
Expected result
Example to build and run successfully
Additional information
package.json was throwing error on postinstall and hence it has been changed as below:
"postinstall": "cd services/account && npm i && cd ../customer && npm i && cd ../transaction && npm i && cd ../facade && npm i",
#Environment information
OS: Windows 10
Node: v 8.9.0