You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",